This is a discussion on Virtual Hosts within the Windows Web Servers forums, part of the Web Server and Related Forums category; Trying to set up Virtual Hosting. Here's my config: NameVirtualHost *:8888 <VirtualHost *:8888> ServerName www.listen2mycity.com ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Trying to set up Virtual Hosting.
Here's my config: NameVirtualHost *:8888 <VirtualHost *:8888> ServerName www.listen2mycity.com ServerAlias listen2mycity.com *.listen2mycity.com DocumentRoot c:/HTTP/htdocs/L2MC </VirtualHost> <VirtualHost *:8888> ServerName www.protrampo.com DocumentRoot c:/HTTP/htdocs/tramp ServerAlias protrampo.com *.protrampo.com </VirtualHost> http://www.listen2mycity.com shows up, but http://www.protrampo.com shows nothing, not even an error. Is there something I'm doing wrong? BullFroGG bullfrogg@bullfrogg.net |
| Thread Tools | |
| Display Modes | |
|
|