...

Apache

schleppel
11-14-2004, 10: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, 11:55 AM
How bout a php page called index.php with this contents :

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

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

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



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum