PDA

View Full Version : What's the script to redirec a url?


quotealex
01-31-2002, 08:05 AM
How can I redirect two urls that I don't want on my site to another site?

eXtremal
01-31-2002, 08:19 AM
put in .htaccess
Redirect /uneeded_url http://anotherurl

quotealex
01-31-2002, 06:07 PM
Does it work for you? Must be something I'm doing wrong.

Thanks

Originally posted by eXtremal:
<STRONG>put in .htaccess
Redirect /uneeded_url http://anotherurl</STRONG>