All pages but the homepage throw 404 errors
-
All pages on my site, aside from the homepage, are giving me 404 errors. The pages definitely exist and the permalink structure is correct.
The site is nomascantina.com/newsite/
I’ve been troubleshooting this issue quite a bit and have tried creating an .htaccess file with:
# BEGIN WordPress <IfModule mod_rewrite.so> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I’ve changed the file permissions on directories to 755 and files to 644. I have a sneaking suspicion that someone else that was working on the site may have been manipulating the file permissions.
There’s nothing unusual in the apache error logs.
The pages were loading just fine yesterday and I’ve done nothing to the site since.
Any assistance would be greatly appreciated.
- The topic ‘All pages but the homepage throw 404 errors’ is closed to new replies.