Is it possible to make with .htaccess a 404 with a sub-domain.
I am making a host that you can get a sub-domain like:
example.example.com
But, I would like to show a 404 page if a sub-domain does not exist.
doesnotexist.example.com
Is this possible with .htaccess?
Thanks!