Newbie dot Org HomePage
Visit one of our web buddies
Newbie dot Org
Code Snippets

.htaccess
Redirect locations to other places and stuff

The syntax for redirecting browsers using .htacess is fairly simple.
I suggest you experiement with different values, Apache is suprisingly forgiving, just be sure to check your error logs ;)


Redirect /somelocation.html http://some.strange.url
Redirect /home http://www.some.where.url

Posted by Staunch on 04/30/01 at 05:45:41