How can I redo my certification?

Replace the entire contents of /etc/apache2/sites-available/allmyloveyogurt.com.conf with this:

<Directory /var/www/html/>
Require all granted
</Directory>

<VirtualHost *:80>
ServerName allmyloveyogurt.com
ServerAlias www.allmyloveyogurt.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/allmyloveyogurt.com/public_html
ErrorLog /var/log/apache2/allmyloveyogurt.com/error.log
CustomLog /var/log/apache2/allmyloveyogurt.com/access.log combined

<files xmlrpc.php>
order allow,deny
deny from all
</files>
</VirtualHost>
2 Likes