VirtualHost Problems
Posted by: impact1560 (---.washdc.fios.verizon.net)
Date: July 16, 2006 06:21AM

I'm having problem with the VirtualHost Setting. All of my VirtualHost keeps defualting back to the PHP Config page.

<VirtualHost 10.0.0.6:80>
DocumentRoot "C:\wamp\www\Family"
ServerName web.test1.com
</VirtualHost>

Options: ReplyQuote
Re: VirtualHost Problems
Posted by: yfastud (72.236.169.---)
Date: July 17, 2006 01:47PM

Try something different for VH setup:

<VirtualHost *:80>
DocumentRoot "C:\wamp\www\Family"
ServerName web.test1.com
</VirtualHost>

Or like this:

<VirtualHost *>
DocumentRoot "C:\wamp\www\Family"
ServerName web.test1.com
</VirtualHost>

By the way, do you happen to have dns service or not?

Keep me posted.

Options: ReplyQuote


Sorry, only registered users may post in this forum.