One of my projects requires setting the "subdomain resolution" to a "wildcard" setting.
This makes it so whatever subdomain a visitor puts in (i.e. test.example.com) it resolves back to the main domain name example.com
" *.example.com " redirects to -> " example.com "
In more technical terms (according to programmer) I need to add "ServerAlias *.example.com" to the httpd.conf file (but that to me is like Chinese to a Ukrainian).
Any idea on how to make this work? Where and how it can be accomplished?
Thank you.
This makes it so whatever subdomain a visitor puts in (i.e. test.example.com) it resolves back to the main domain name example.com
" *.example.com " redirects to -> " example.com "
In more technical terms (according to programmer) I need to add "ServerAlias *.example.com" to the httpd.conf file (but that to me is like Chinese to a Ukrainian).
Any idea on how to make this work? Where and how it can be accomplished?
Thank you.