我正在尝试学习phalcon php,但当我尝试使用教程中的htaccess时它返回错误500
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>
http://docs.phalconphp.com/en/latest/reference/tutorial-rest.html