Forum Moderators: coopster & phranque

Message Too Old, No Replies

Htaccess redirect

         

Guberten

10:42 pm on Mar 28, 2002 (gmt 0)



What is the code for htaccess to redirect one of my files "/cgi-bin/file.cgi" to "/index.htm" when they don't get refered from, lets say "admin.html" Thanks for your help

Brett_Tabke

8:29 am on Apr 3, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Let's day your site www.mine.com is on the server at:
/www/domain/mine/

and you want to redirect it to

/www/domain/minew/new

You'd use

Redirect 301 /www/domain/mine http://www.mine.com/new/

First is the path, and second is the url where it is going to go.