This is a discussion on Redirect within the PHP General forums, part of the PHP Programming Forums category; Hi Everyone, I have a .html file on my server. It is not index.html. I want to redirect that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|