.htaccess: RewriteEngine not allowed here
Posted on mai 17, 2008 under Dicas Linux | No CommentAgora pouco estava configurando o blog e estava ocorrendo o erro 500 internal error, então lendo os logs do apache encontrei esse erro:
htaccess: RewriteEngine not allowed here
Sendo que utilizamos virtual host no apache.
Este problema está relacionado ao modulo mod_rewrite
Descomente esta linha no http.conf
LoadModule rewrite_module modules/mod_rewrite.so
e dentro do vhost.conf
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
