linux就该这么学pdf免费下载
- <VirtualHost *:80>
- ServerAdmin webmaster@dummy-host.example.com
- DocumentRoot "E:\wwwroot\www.example.com"
- ServerName www.example.com
- ServerAlias example.com
- ErrorLog "logs/dummy-host.example.com-error.log"
- CustomLog "logs/dummy-host.example.com-access.log" common
- <Directory "E:\wwwroot\www.example.com">
- Options Indexes FollowSymLinks MultiViews
- AllowOverride all
- Order Deny,Allow
- Allow from all
- </Directory>
- </VirtualHost>
转载请注明:谷谷点程序 » wamp配置vhost让访问目录访问