View Single Post
(#2 (permalink))
Old
Operator's Avatar
Operator Operator is offline
Connected
Operator has disabled reputation
 
Posts: 869
Join Date: Nov 2003
Location: Europa
05-01-2006, 07:37 PM

You might try with

Code:
<VirtualHost *:81>
ServerAdmin webmaster@dummy-host.example.com
ServerName dummy-host.example.com
ServerAlias *.dummy-host.example.com
DocumentRoot d:/web/www1/
RewriteEngine On
DocumentRoot /www/docs/test-site
</VirtualHost>

Though ServerName and RewriteEngine are not necessary, you may let them on, they won't hurt.

Hope this help.


Reply With Quote