Does anyone know if it's at all possible (preferably with htaccess), to send a 404 error code and page when visiting http://www.domain.com but have http://domain.com working just fine?
I want to 404 the entire www website including the homepage.
|
Does anyone know if it's at all possible (preferably with htaccess), to send a 404 error code and page when visiting http://www.domain.com but have http://domain.com working just fine? I want to 404 the entire www website including the homepage. |
|||||||||
|
|
It makes no sense to run a HTTP server on a (v)-host if every request will result in a 404. Why not just fix your DNS setup so that the www subdomain isn't matched by any records? That way, the www variant won't even resolve. |
|||
|
|
|
Something like this should do the trick:
|
|||
|
|