My .htaccess file is in a subfolder and currently it says;
# 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
Previously to that it just said
# BEGIN WordPress
# END WordPress
Spoke to my host about this a while back and their response was to look on here for assistance as they reckoned it had nothing to do with them :/