I've set a redirect 404 that is working fine for home directly but it does not work for subdomain. What I want no matter where the error comes it should direct to my main domain www.domain.com below is my .httaccess file please advise
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try this:
put that in your .htaccess on your root folder. This will redirect sub.domain.com => domain.com/sub |
|||||||||||
|
ErrorDocument 404 /– Book Of Zeus Nov 2 '11 at 23:47