hi,
i want to set AllowOverride to None, but when i do it the rewrite engine is shut down.
i change it in the httpd.conf file
any solution?
Thanks!
i want to set AllowOverride to None, but when i do it the rewrite engine is shut down.
i change it in the httpd.conf file
<Directory /home/*>
AllowOverride None
Options +MultiViews +Indexes +SymLinksIfOwnerMatch +IncludesNOEXEC
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
any solution?
Thanks!