|
|
|
|
|
|
|
![]() |
#1 | ||
on vacation
|
Quote:
Quote:
![]() well I'm not up on all this techy stuff lol. If you tell me how to do something I'll understand it, but I probably won't know why it works ![]() I have one directory with about 125 or so pages that I'd be needing the php on. Any new pages in that directory I would just do as php I guess. I was thinking about just switching them to php anyway if I can do a global redirect or something since they're all in the same directory? I really don't want to have to redirect 125 pages separately, it sounds a bit messy. for now I'm going to parse 'em, if you guys have a good solution my ears are open ![]() |
||
![]() |
![]() |
![]() |
#2 | |
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 |
|
![]() |
![]() |
![]() |
#3 | |
on vacation
|
Quote:
|
|
![]() |
![]() |
![]() |
#4 | |
wtfwjd?
Join Date: May 2007
Posts: 2,103
|
Quote:
Interesting thread...wish I understood more of this stuff... |
|
![]() |
![]() |
![]() |
|
|