: Send 404 Status Code on www.example.com Does anyone know if it's at all possible (preferably with .htaccess), to send a 404 error code and page when visiting http://www.example.com but have http://example.com
Does anyone know if it's at all possible (preferably with .htaccess), to send a 404 error code and page when visiting www.example.com but have example.com working just fine?
I want to 404 the entire www website including the homepage.
More posts by @Jessie594
2 Comments
Sorted by latest first Latest Oldest Best
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:
RewriteCond %{HTTP_HOST} ^www.domain.com [nocase]
RedirectMatch 404 ^(.*)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.