apache添加 擴展php自定義的項目配置方法

模塊一: 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

相關文章
相關標籤/搜索