[thelist] Re: apache redirect from one domain to another (? ?)

Trev trev at trev.biz
Sat Nov 6 06:16:44 CST 2004


A simpler way to redirect is to use a bit of php, save the code as your
index:

<?php
Header("Location: http://www.yourdomain.com/");
?>

It's quick, simple and saves you having to mess around in your
httpd.conf file.

Trev...



More information about the thelist mailing list