2004年9月2日 星期四

Apache 開啟 .htaccess 功能

在設定檔 httpd.conf 中修改目錄中 AllowOverride 設定

原:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

修改為:
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>

沒有留言:

張貼留言