Htaccess引发了坏标记分隔符错误

时间:2014-05-07 03:56:58

标签: php macos .htaccess url-rewriting clean-urls

我收到错误 RewriteRule:Bad flag delimiters 。当我访问该页面时,浏览器显示500错误。任何人都可以指出我正确的方向。我在MAC OS 10.9.2中使用xampp

下面是我的htacess代码。它的工作完全在我的托管服务器,这是Linux但不在我的localhost

RewriteEngine On
Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]s

1 个答案:

答案 0 :(得分:0)

我解决了问题,删除了'在最后一行

RewriteEngine On
Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]