webserveme
New member
Hi guys,
This has got to sound silly, but can anyone tell me how to mask .php extension to show as .html using .htacess?
I tried doing this:
However, I don't think it is working. Any help is appreciated.
This has got to sound silly, but can anyone tell me how to mask .php extension to show as .html using .htacess?
I tried doing this:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]
However, I don't think it is working. Any help is appreciated.