vHost file auto changed after a period ???
08-30-2016, 07:53 PM
(This post was last modified: 08-30-2016, 07:55 PM by 7rdoq.)
I have vHost file, I edit to accept incoming requests by all domain, with settings below:
But after some period, it's auto changed to accept incoming requests by 1 domain only, like below
Although I never did any changes to server, host, ...
Please help me with this issue
Many thanks
Code:
<virtualhost *:80>
ServerName mydomain.com
ServerAlias *
</virtualhost>
But after some period, it's auto changed to accept incoming requests by 1 domain only, like below
Code:
<virtualhost *:80>
ServerName mydomain.com
ServerAlias www.mydomain.com
</virtualhost>
Although I never did any changes to server, host, ...
Please help me with this issue
Many thanks