Quantcast
Viewing all articles
Browse latest Browse all 13924

amiddayinmay on "404 error on every page"

Thanks @b4ucode, the .htaccess file simply shows:

# 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

I'll work through your suggestions thanks @tara


Viewing all articles
Browse latest Browse all 13924

Trending Articles