Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

add_vhost confuses project-paths (1 reply)

$
0
0
Hi,
I have a weird problem with the v-hosts on wamp. I use mostly the add_vhost.php-file to modify my httpd-vhosts.conf.

add_vhost shows for example the following configuration:

ServerName : www.project-a.local - Directory : c:/wamp/www/projects/project-b/htmldocs

so the domain and path are wrong. seemingly project-a points to the project-b-folder. However the httpd-vhosts.conf-file configuration is correct:


<VirtualHost *:80>
ServerName www.project-a.local
DocumentRoot "c:/wamp/www/projects/project-a/htmldocs"
<Directory "c:/wamp/www/projects/project-a/htmldocs/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

Furthermore, on calling [www.project-a.local] the Server can not process the request.

Is there an different config file, where the vhosts are cached? I don't know where it gets the wrong path from...

Thanks

Viewing all articles
Browse latest Browse all 3177

Trending Articles