OH SNAP!
You’re awesome.
So I reset the permalinks to normal and now it’s working. I changed them again, still working!
This has been puzzling me for days.
threestyler is the Logan Frederick Person of the Day award winner.
Here’s .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
I renamed .htaccess to .htaccessa (something random) and then the About page got a:
Not Found
The requested URL /about was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any other ideas? Specific .htaccess fixes?