Fixing [emerg] PEM_read_bio_X509_AUX Error When Installing SSL Certificate

Some weeks ago, I was installing an SSL certificate and when I thought I was finish, NGINX refused to start. I got the error, “nginx: [emerg] PEM_read_bio_X509_AUX(“/usr/local/nginx/conf/ssl/sslcert.crt”…d end line)” after I restarted the web server to make the SSL changes take effect. Of course, your sslcert.crt file might be named differently, but we’ll use this … Continue reading “Fixing [emerg] PEM_read_bio_X509_AUX Error When Installing SSL Certificate”

Fixing “InnoDB presently supports one FULLTEXT index creation at a time” Error

This week I was trying to back up a database with a MyISAM default storage engine from HostGator’s cPanel and restore it on a new server using MariaDB with an InnoDB default storage engine. Apparently, I could not do this because HostGator was using an outdated version of MySQL and when the time came to … Continue reading “Fixing “InnoDB presently supports one FULLTEXT index creation at a time” Error”

How To Remove “Generated by YoastSEO” Branding From WordPress Sitemap

One of the most important features of the Yoast SEO plugin for WordPress is its sitemap. Unfortunately, it contains unnecessary branding links you do not need. This guide shows you how to remove them. How To Remove “Generated by YoastSEO” Branding From Yoast SEO Sitemap The branding that appears on each page of the plugin’s … Continue reading “How To Remove “Generated by YoastSEO” Branding From WordPress Sitemap”