PDA

View Full Version : Apache


schleppel
11-14-2004, 11:05 PM
does anyone know how to get everybody redirected to a certain place, whatever URL they put in?

So if 6they put in www.mysite.com/directory/page.html or anyother URL like that, they get redirected to www.mysite.com/ ?

4xz
11-15-2004, 12:55 PM
How bout a php page called index.php with this contents :

<?php
header("Location: <url to go to>");
?>

chilipie
11-15-2004, 05:00 PM
Wouldn't you have to place that in every directory though?

hemebond
11-15-2004, 09:49 PM
http://httpd.apache.org/docs/mod/mod_alias.html