301 Redirect *.php to *.html via .htaccess?
snippet in htaccess
301 Redirect *.php to *.html via .htaccess?
user3503
RewriteCond %{THE_REQUEST} \ /(.+)\.php
RewriteRule ^ /%1.html [L,R=301]