|
|
|
|
|
|
|
![]() |
#1 | |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Quote:
If you wanted to redirect files, you could do it with mod_rewrite. If you want to silently serve the .php as .html (and for some reason didn't want to parse .html) Code:
RewriteEngine on RewriteRule ^(.*).html$ $1.php [L] Code:
RewriteEngine on RewriteRule ^(.*).html$ $1.php [R=301,L]
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
![]() |
![]() |
![]() |
#2 | |
on vacation
|
Quote:
|
|
![]() |
![]() |
![]() |
#3 | |
wtfwjd?
Join Date: May 2007
Posts: 2,103
|
Quote:
Interesting thread...wish I understood more of this stuff... |
|
![]() |
![]() |
![]() |
|
|