今天在架CI的舊專案時,發現以下error。
[Fri Dec 04 15:51:36.019560 2015] [core:alert] [pid 19393] [client 10.211.55.2:58540] /var/www/<專案名稱>/.htaccess: Options not allowed here
解決方法是把原本htaccess下面的Options設定先註解掉就好了,
不知為何先前要寫這一行XD
#Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(system|application).*
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
沒有留言:
張貼留言
留個話吧:)