Powered By Blogger

Monday, June 22, 2015

Rewrite php to html using htaccess

RewriteCond %{REQUEST_FILENAME} =-f
RewriteRule ^(.*)\.php$ $1.html [NC,L]

RewriteRule ^(.*)\.html$ $1.php [NC,L]

No comments:

Post a Comment