[thelist] .php to .html....

Glenn Turner gturner at ync.net
Sat Mar 16 12:37:01 CST 2002


At 01:37 AM 3/17/2002 +0700, you wrote:
>This is a multi-part message in MIME format.
>--
>[ Picked text/plain from multipart/alternative ]
>.php to .html....
>
>Anyone have any clues on how I can do this and not lose my listing?
>It wont matter on my index page.... But all of my other pages will have to
>start from scratch I guess....
>
>Use .htaccess maybe ?

If you want to redirect old html links to php documents, then you could use
mod_alias. You'd need to put something like this in your main .htaccess file:

RedirectMatch (.*)\.html$ http://www.anotherserver.com$1.php

Hopefully, this is what you want to accomplish ...

hth,

-g.

--
:alias: - http://peccaui.com/alias
scenedeleted - http://scenedeleted.com




More information about the thelist mailing list