Hello,
I’ve got a problem with pagination on the main page.
Links to the pages [2] [3]… doesnot work and redirects to the main page.
I use the latest version of the theme and plugins, I’ve already tried to diactivate all plugins, but the result is the same.
Can you help me?
site: http://newsroom.ru
-
This topic was modified 10 years by
alexeeev.
Hi
I’ve checked your site and noticed that the links from homepage pagination have a 301 Moved Permanently status: http://screencast.com/t/igm7hQv4a1YC That means that either you have set a redirect for these links and if is the case try to remove it, or a plugin make this redirect automatically. If you didn’t set the redirection try to deactivate all plugins except Visual Composer, clear all caches including browser’s cache and test the site again.
Thanks!
Andrei, thanks for response.
I have not set any redirects and already tried to deactivate all plugins (now only Visual Composer is active). Nothing helps.
.htaccess is standard:
# BEGIN WPSuperCache
# END WPSuperCache
# 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
-
This reply was modified 10 years by
alexeeev.