Support » Fixing WordPress » Next Page Navigation (page/2/) 404 Error

  • Resolved charlene2021

    (@charlene2021)


    Had to create another account b/c of forgotten password and not getting an e-mail with lost password.

    My unresolved issue can be found here

    I looked at my .htaccess file and saw that it was blank and was wondering if that might be a reason as to why I am having this issue? (please reply here instead of that other post)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter charlene2021

    (@charlene2021)

    Anyone? =(

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    I took a look at your page. You have “pretty” permalinks turned on, but have a blank .htaccess? That would definitely be a problem. Go to your permalinks settings admin page, and click “Update Permalink Structure”.

    If it tells you “Permalink structure updated.” then your .htaccess should not be blank anymore.

    On the other hand, if it tells you “You should update your .htaccess now.”, then it could not write your .htaccess file, and you’ll have to do it yourself. It will give you the necessary code to put into your .htaccess file. Do so.

    Thread Starter charlene2021

    (@charlene2021)

    Hah I didn’t even notice that at the bottom of the Permalink Option page that it had the code I needed for the .htaccess file. That did the trick, thanks mucho!!!!!

    Update: Hmm another problem, when I click the previous page link it doesn’t go back in entries, just goes to the main page again. Here is my prev/next code:
    <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>

    I don’t see this .htaccess code anywhere after updating my permalinks? 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Next Page Navigation (page/2/) 404 Error’ is closed to new replies.