• Resolved Tui Lei Hai

    (@tui-lei-hai)


    I have reset my permalinks from Month and Name to Post Name. Now I found there are some broken internal links, thus resulting in 404 errors.

    My .htaccess file has this:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I have tried plugins, but they do not automatically redirect those internal links with old permalinks.

    What should I add in the .htaccess file to solve this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken Internal Links’ is closed to new replies.