apache配置虚拟目录

#虚拟目录配置
<IfModule dir_module>
    DirectoryIndex index.html index.htm index.php
    Alias /htdocs "E:/htdocs" 
<Directory E:/htdocs>
    Order allow,deny
    Allow from all
</Directory>
</IfModule>

#然后再注销DocumentRoot

posted on 2015-03-30 18:46  Fly_Wind  阅读(2696)  评论(0编辑  收藏  举报

导航