Hi,
I’d like to put a catchall in place for all requests that arrive at the server for domains which have not been setup.
What is the best way to achieve this?
Sean
Hi,
I’d like to put a catchall in place for all requests that arrive at the server for domains which have not been setup.
What is the best way to achieve this?
Sean
it should by default end up at the first domain created (listed as the first domain in the virtualhost container in the http.conf) or at the domain you have set as default
Thanks for the reply Ronald.
How do I change the default site to the one I’ve just created?
It does default to the first site I created but this is not the one I want.
Thanks,
Sean
you can manually make it the first site in your http.conf, e.g. virtualhost container or
select the domain in VM - go to Server Configuration - Website Options - Default website for IP address? and choose yes.
Thanks Ronald.
S