liyeho 发表于 2018-11-29 08:47:08

apache http.conf配置虚拟目录


[*]Alias /b/ "C:/htdocs/blabla/"
[*]
[*]    Options Indexes FollowSymLinks
[*]    AllowOverride None
[*]    Order allow,deny
[*]    Allow from all
[*]
[*]
[*]
[*]
[*]
[*]
[*]Alias /tt "E:/TwWork/JXT/"
[*]
[*]
[*]   Options Indexes FollowSymLinks MultiViews IncludesNoExec
[*]   AddOutputFilter Includes html
[*]   AllowOverride None
[*]   order allow,deny
[*]   Allow from all
[*]




页: [1]
查看完整版本: apache http.conf配置虚拟目录