All Pretty Permalinks Redirect to Front Page
-
Hello everyone, and thanks for the help (in advance).
I am running jaybarth.org and whenever anyone clicks any of the pages at the top, even though it looks like they’re going to a different page, all that shows up is the front-page content.
I noticed that the links in the header link to, for example, https://jaybarth.org/bio (“About Jay”), but that is getting rewritten to https://jaybarth.org/bio/ (note the trailing slash) when the page finally loads.
I can click around on intra-site links when I turn off pretty permalinks, but then that means that the gallery function (WPG2) won’t work (it needs pretty permalinks for album titles, etc).
Here is my .htaccess (which I’ve deleted manually and then regenerated with the permalinks control panel).
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
NOTE: This *was* working before upgrading to 2.8. I don’t know if there’s a plugin causing this or what. Any help is most appreciated!
- The topic ‘All Pretty Permalinks Redirect to Front Page’ is closed to new replies.