vhost problem

Problems with the Windows version of XAMPP, questions, comments, and anything related.

vhost problem

Postby mfolnovic » 18. April 2007 18:15

in httpd.conf I have this:

<Directory "C:\folnovic.com">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<VirtualHost folnovic.com>
DocumentRoot "C:\folnovic.com"
ServerName folnovic.com
</VirtualHost>

<Directory "C:\Program files\xampp\htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<VirtualHost localhost:80>
ServerName localhost
DocumentRoot "c:\Program files\xampp\htdocs"
</VirtualHost>

when I visit http://localhost I see same when I visit http://folnovic.com, why ?
mfolnovic
 
Posts: 1
Joined: 18. April 2007 18:12

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 207 guests