Midlifecyclist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 Errors – Running out of ideas!Hi Rebecca,
I did instal W3 Total Cache plug in as an attempt to cure this problem but it didn’t seem to make any difference so I removed it via the admin panel.
The only plug ins I have running at the moment are Akismet and Linkwithin.
Problems with this blog initial started with random pictures not appearing, this still seems to happen randomly too. Not sure if the problems are connected.
Kind regards
Stuart
Forum: Fixing WordPress
In reply to: 500 Errors – Running out of ideas!Not sure if my .htaccess file is causing some of my issues. See below.
RewriteEngine on # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https://mollyandtheprincess.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://mollyandtheprincess.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.mollyandtheprincess.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.mollyandtheprincess.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.facebook.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.facebook.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.facebook.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.facebook.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://pinterest.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://pinterest.com$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.pinterest.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.pinterest.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]