问题是:如何解决“此处不允许使用RewriteEngine”。
我已经看了几个小时并且无法解决这个问题,即使按照重复说明在目录配置中包含“Allow from all”也是如此。
OSX 10.9 服务器版本:Apache / 2.2.26(Unix) mod_rewrite已启用
httpd config:
<Directory "/usr/local/apps/site/code">
Options All MultiViews
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
htaccess的:
RewriteEngine on
Options -Indexes
我仍然得到:
/usr/local/apps/site/code/.htaccess:此处不允许使用RewriteEngine
感谢。