page/* 301 to index page

Posted in: Newspaper
Post count: 4

Hello

http://antyblanty.pl/page/2
http://antyblanty.pl/page/3
etc.

All 301 to index. Any idea what is happening here?

Post count: 9544

Check your permalinks settings; make sure you check your htaccess is writable; make sure you don’t name a page the same thing as a post or vice versa; don’t name a post the same as category or vice versa.

Post count: 4

Here is my .htaccess(chmod 755):

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^other/(.*) /wp-includes/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^file/(.*) /wp-content/uploads/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^ext/(.*) /wp-content/plugins/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/main\.css //index.php?style_wrapper=1&putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/style.css /nothing_404_404?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/(.*) /wp-content/themes/Newspaper-child/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^Newspaper/(.*) /wp-content/themes/Newspaper/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin_main/(.*) /wp-content/themes/Newspaper/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^ajax /wp-admin/admin-ajax.php?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?putyo_hide_my_wp=pass [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Pagination work’s fine with categories and tags, but in main section it redirect to index…

Post count: 7909

Hi,

Did you tried also without any plugins active?
Try to disable them except of Visual Composer, clear the cache and re-save the permalinks, then check if you still have this issue. If it works enable your plugins one by one and see which one cause this issue.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.