• Resolved rufaswan

    (@rufaswan)


    Hi,

    I had setup my website https://www.rufaswan.com using wordpress 2.3.1 with Linux web hosting plan.

    The problem is the ‘next page’ link not working. It always display “The requested URL /page/2/ was not found on this server.” error.

    I had been told that it is permalink error, which requires mod_rewrite module to work. But I try putting this file (https://www.rufaswan.com/phpinfo.php) and I noticed it is loaded.

    Then I try putting a test at https://www.rufaswan.com/rewrite.php it shows no problem.

    I am sure this code was included into the template (index.php).

    <?php posts_nav_link(‘ – ‘,’« Prev’,’Next »’) ?>

    Now what am I missing?

    Rufas

    P/S- I use “/index.php/%postname%” permalinks which work, at least.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    What is the content of your .htaccess file?

    Thread Starter rufaswan

    (@rufaswan)

    My wordpress .htaccess (created by wordpress, located under installed subfolder)
    ———————-
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    ——————————
    My main .htaccess

    ——————————
    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^rufaswan.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.rufaswan.com$
    RewriteRule ^/?$ https://vgmusic.rufaswan.com [R=301,L]

    RewriteEngine On
    RewriteRule ^link([^/]*)\.html$ rewrite.php?link=$1 [L]
    —————————

    Please help.

    Thread Starter rufaswan

    (@rufaswan)

    It seems it is that plugin that caused the error. The faulty plugin is:

    “Permalinks Redirector”

    Disable the plugin, problem solved!

    Thanks, this was my problem too!

    Looks like version 1.0 of the Permalink Redirect plugin fixes the issue. I have it installed, and my front page “Next Page” link is working now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Next Page Link not working’ is closed to new replies.