apache - add a server alias to the domain's VHOST? -
I have a VPS that I have hosted a Domain IPO in the sub folder of the www folder. Domain works fine up to home page The moment I am going to other pages, it shows my server [Origin name] / [subdirectory name] I think I need to add a server nickname for VHOST of the domain Can anyone tell me how to do this ??
Are you using Apache?
& lt; VirtualHost *: 80 & gt; Try with DocumentRoot "/ path / to / document / root" ServerName1ServerAllase name2 ...
Comments
Post a Comment