pagination link redirect to homepage
-
here 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
and here is my archives.php
[Code moderated as per the Forum Rules. Please use the pastebin]
where is the problem?
i do use custom premalinks and cant go to defaults for seo reasons
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘pagination link redirect to homepage’ is closed to new replies.