View Single Post
Old 05-14-2007, 01:09 PM  
chris01282
Confirmed User
 
chris01282's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 370
RewriteEngine On
ErrorDocument 400 http://www.domain.com/404.html
ErrorDocument 401 http://www.domain.com/404.html
ErrorDocument 403 http://www.domain.com/404.html
ErrorDocument 404 http://www.domain.com/404.html
ErrorDocument 500 http://www.domain.com/404.html
ErrorDocument 501 http://www.domain.com/404.html
ErrorDocument 503 http://www.domain.com/404.html


copy this to a text file in the root of all domains/sub domains that you want to redirect 404 traffic from and rename it to .htaccess

or do the same and just use the "ErrorDocument 404" line from above

that should do it, or someone here will correct me
chris01282 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote