apache 配置虚拟目录


apache http.conf配置虚拟目录

Alias /b/ "C:/htdocs/blabla/"
<Directory "C:/htdocs/blabla">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

 

 

Alias /tt "E:/TwWork/JXT/"

<Directory "E:/TwWork/JXT(DOC)/">
     Options Indexes FollowSymLinks MultiViews IncludesNoExec
     AddOutputFilter Includes html
     AllowOverride None
     order allow,deny
     Allow from all
</Directory>

posted on 2011-06-29 23:17  大米文子  阅读(160)  评论(0编辑  收藏  举报

导航