读书人

设立apache网站的虚拟目录

发布时间: 2013-03-06 16:20:31 作者: rapoo

设置apache网站的虚拟目录

?

NameVirtualHost ?*:80

?

<VirtualHost *:80>

? ? ServerAdmin localhost@admin.com

? ? DocumentRoot "E:/wwwroot/localhost/"

? ? DirectoryIndex index.php

? ? ServerName local

? ? <Directory "E:/wwwroot/localhost">

? ? ? ? Options -Indexes +FollowSymLinks

? ? ? ? AllowOverride all

? ? ? ? Order allow,deny

? ? ? ? Allow from all

? ?</Directory>

</VirtualHost>

?

读书人网 >Apache

热点推荐