Mod rewrite and redirect not works – SEO
Have redirect issue. I want to make rewrite extension from php to html all of my url's so i add this rule: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+?).html$ $1.php [NC,L] Works amaizing, i can view page when i go to example:…