Ad Code

Redirect .html file to .php

RewriteEngine On

RewriteRule ^(.*)\.html$ $1.php [L]
If you want it to be done as a redirect instead of just a rewrite modify the [L] to [L,R]

Post a Comment

0 Comments