Previous entry not working after permalink change
-
Hello!
Im having issues with older posts when i click “Previous entries” i receive the following error “404 – Not found! Sorry, no posts matched your criteria.” and results to this link “https://liveybg.com/blog/page/”
This started happening once i switch my permalinks settings to POSTNAME. When i switch back to default its works fine.
I believe my htaccess setting are correct but its still not working, can anyone help please.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
- The topic ‘Previous entry not working after permalink change’ is closed to new replies.