I have migrate my web site from Joomla to WordPress. All are fine, I have create my Rewrites in htaccess to stop 404 from old URLs but I have problem with pagination.
In Joomla web site, I had 6 posts per page, but now in WordPress I need to display 10 posts per page. That's fine too.
The problem is that, in WordPress site now the very very last pages return 404 error because of the 10 posts per page I use now.
i.e.: In Joomla to get the 60th article I had to go on page 10, but now page 10 does not exists anymore, because In WordPress the very very last page now is the page 6. In that case, I will try to access the 7th, 8th, 9th or 10th page I get a 404 HTTP Error.
How can I fix that?
