網頁

2014年7月21日 星期一

Apache 虛擬目錄設定

Last Update: 2014/07/21 21:59+08
Type: Note



Alias /test "D:\Dev\test\eclipsews\test\war"
<Directory "D:\Dev\test\eclipsews\test\war">
 Options Indexes FollowSymLinks
 AllowOverride All
 Order allow,deny
 Allow from all
 DirectoryIndex index.html index.php
 Require all granted
</Directory>

Require all granted:
  xampp要加, 還不確定什麼時候狀況需要


沒有留言:

張貼留言