Worth noting I have also changed the .htaccess a few times to try and solve the problem;
*****Tried with this configuration first****
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
****Second attempt****
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Neither seem to work, and the second one knocks the blog offline completely
Sorry – It’s the DIVI theme.
Version is 2.4.5.1 – There is an update for it, but only a minor one.