mod_rewrite is not enabled
This is an open discussion with 2 replies, filed under General.
Search
Anyone? The error looks like this
Seems like virtual host or your site has not been granted with the appropriate permissions to process .htaccess files. You can test it easily by making a syntax error on purpose: if your site does not crash, the file is being ignored.
In httpd.conf file, try this:
AllowOverride All
or this (to your liking):
AllowOverride All
Create an account or sign in to comment.
Hello,
I'm testing a website in a subdir, the host supports mod_rewrite, but on loading the website I get a
It appears the mod_rewrite is not enabled or available on this server
. This is [the beginning of] my .htaccess file:http://pastebin.com/Kkhz8Dta
Thanks for any suggestion..!