我已經將httpd.conf加上了
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
<IfModule mod_rewrite.c>
RewriteEngine On
</IfModule>
<Directory "/var/www/lifetype">
Options MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
如果我將.htaccess移除
可正常看到/var/www/lifetype/的網頁
但是只要.htaccess存在 瀏覽/var/www/lifetype/時 就會出現 500 error
檢查了一下Apache log檔
[alert] [client ...] /var/www/lifetype/.htaccess: </Files> without matching <Files> section
是.htaccess出了問題嗎?
我什麼都沒改到啊
--
環境:
Linux Ubuntu 6.10
Apache 2.0.55
PHP 5.1.6