Posted by mtek on 11/12/07 20:36
Hi Everyone,
I have a .html file on my server. It is not index.html. I want to
redirect that request to .php. A few tings though:
I do not have to change the address bar, I do not want them to see
the .php address.
I tried the .htaccess approach, but it is not working. Here is my
entry:
RewriteEngine on
RewriteRule page1\.html page1.php [NC,R]
I'm running CentOS.
Thank you!
[Back to original message]
|