Why did my links break?
-
https://www.nwmusicblog.com/page/2/ shows the same thing as https://www.nwmusicblog.com
And my tag cloud’s links are broken too, for instance, https://www.nwmusicblog.com/tag/beastie-boys/ throws a “Sorry, no posts matched your criteria.”
Is it peramalinks/mod-rewrite?
WordPress address is https://www.nwmusicblog.com/blog
Blog address is https://www.nwmusicblog.com
.htaccess is at the site root, and looks like this:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Why did my links break?’ is closed to new replies.