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>