View Single Post
Old 2003-09-01, 10:53 PM   #5
matt
Trying is the first step towards failure
 
Join Date: Apr 2003
Location: Australia
Posts: 123
Send a message via ICQ to matt
It's my personal (and unfounded) opinion that the best way to do this is with an .htaccess file with this in it:


Redirect permanent / http://www.redirecttohere.com/
ErrorDocument 400 http://www.redirecttohere.com/
ErrorDocument 401 http://www.redirecttohere.com/
ErrorDocument 403 http://www.redirecttohere.com/
ErrorDocument 404 http://www.redirecttohere.com/



I think javascript redirects are only useful for redirecting a single page.



Matt
__________________
Link List Land - Linklist Creation, Design and Implementation.
matt is offline   Reply With Quote