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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -