Jump to content
The Uniform Server Community

timhost

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by timhost

  1. tried that too, with the same result. I like uniformserver but without virtual hosting, I'm going to try something else like p.e. wampserver. Thanks anyway. tim
  2. Stays above "host file is also ok" meaning 127.0.0.1 site1.dev 127.0.0.1 site2 are also set. That is my problem everything seems beeing OK, but not working. tim
  3. Hello, virtual host is not working. I get always content starting from /www/ host file is also ok. What I see is content always h t t p ://site2 === h t t p://site1--------------- Well it was late !!!! RIC any ideas, it is windows xp home italian. Can I do some debugging to see what is wrong? Admin Virtual Host is working i.e. setting up everything, only apache strikes. NameVirtualHost * Listen is set to port 80 Userdir is /www/ ##########VIRTUAL HOST SETUP########## # site1 <VirtualHost *> ServerName site1.dev DocumentRoot /www/ </VirtualHost> # site1 <VirtualHost *> ServerName site2 DocumentRoot /www/site2 </VirtualHost> thanks tim
×
×
  • Create New...