Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you reset your permalinks after moving? Perhaps it’s still looking for the subdirectory using the old permalink.

    Thread Starter pmtate

    (@pmtate)

    I thought I had reset them, but as I had trouble before I will do it again

    .htaccess now says:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /index.php/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php/index.php [L]
    </IfModule>

    # END WordPress’

    I set .htaccess to 666 but WP can’t edit it so I did it manually, permalinks should be:
    ‘/%year%/%monthnum%/%postname%/’

    ps Links works if I am logged in!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links page fails’ is closed to new replies.