<IfModule alias_module> # # ... # # html website Alias /testdemo "D:/WebDevelop/WebProject/WebRoot/testdemo" <Directory "D:/WebDevelop/WebProject/WebRoot/testdemo"> Options FollowSymLinks DirectoryIndex index.html index.htm index.asp index.jsp index.php AllowOverride None Order allow,deny Allow from all </Directory> # jsp website # ... # php website # ... </IfModule> 参考:http://www.asm32.net/article_disp.asp?id=4804