错误500在htaccess重写规则中

时间:2014-11-07 07:14:43

标签: php .htaccess phalcon

我正在尝试学习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

0 个答案:

没有答案