模塊一: codeigiter, 生成虛擬的訪問目錄, 訪問地址爲: http://localhost/codeignite/index.php php
<IfModule alias_module>
Alias /codeignite "D:/Workspaces/CodeIgniter_2.1.2"
<Directory "D:/Workspaces/CodeIgniter_2.1.2">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</IfModule>git
模塊二: siastest, 生成虛擬的訪問目錄, 訪問地址爲: http://localhost/siastest/index.phpide
<IfModule alias_module>
Alias /siastest "D:/Workspaces/Test/sias_test"
<Directory "D:/Workspaces/Test/sias_test">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</IfModule>spa