PDA

View Full Version : .htaccess 404 redirection.


Ron
11-04-2000, 04:11 PM
Hi guys.

I was wondering if some one could point me to the post that has the htaccess code that will let me redirect my 404 traffic.

Or post the code here.

Thanks much, in advance.
Ryan

QuietMike
11-04-2000, 04:51 PM
here is an example:

ErrorDocument 401 http://hardcoregirls.net/index2.html
ErrorDocument 500 http://hardcoregirls.net/index2.html
ErrorDocument 404 http://hardcoregirls.net/index2.html
ErrorDocument 403 http://hardcoregirls.net/index2.html
ErrorDocument 408 http://hardcoregirls.net/index2.html

Just type all of that in a textfile and save it on your server as .htaccess
All of that will take car of 401, 500, 404, 403, and 408 error messages and redirect them to wherever you like. http://adultwebmasterinfo.com/ubb/biggrin.gif