Page 2 is causing 404 error
-
Hey guys! ??
I am having a small issue with my wordpress music blog. Ok, its not really that small, its actually crippling my site because users can’t get to any page other than the first page. When you click to go to page 2, it redirects to a 404 page. The url changes as well.
This is my .htaccess
# 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 have confirmed mod_rewrite to be enabled. My permalinks settings are:
Custom Post Structure: /%postname%/
I have tried other permalink structures as well, and the only one that works is the default permalink structure /?p=123
Any help would be much appreciated! If you need any more info just let me know! Thank you in advance.
Regards,
Joe
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Page 2 is causing 404 error’ is closed to new replies.