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.
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?