Broken Internal Links

Discussion in 'Site & Server Administration' started by kertoon, Jan 27, 2015.

  1. #1
    All my internal linkings are not working (404 error). Presently the permalinks is set as Post name. My .htaccess 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 installed Yoast's SEO plugin.
     
    kertoon, Jan 27, 2015 IP
  2. kertoon

    kertoon Well-Known Member

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    133
    #2
    I have just got it fixed with Permalink Finder Plugin. And I notice the URLs of the internal links end with .html. When all my blog posts are without .html? Anyone?
     
    kertoon, Jan 28, 2015 IP