PDA

View Full Version : .htaccess Help!i!i!



<|R0cKm@nX|>
July 20th, 2001, 22:08
Is there a way to put a .htaccess into the root directory so that when a visitor visit any page in my site, it will automatically bring him to a certain page I wanted?

Satelk
July 21st, 2001, 00:21
You can use this:
Redirect /somedir/page1.htm http://your.domain/somedir/page2.htm

Where page1.htm will redirect you to page2.htm

You can go see http://www.baremetal.com/gadgets/htaccess/ if you want more info on that function.

<|R0cKm@nX|>
July 21st, 2001, 10:39
thanks dude ;)