Apache not reading .htaccess
Filed in System Administration, linux administration on Jun.11, 2009
I had this problem on a client’s server. Apache was not reading the .htaccess files thus mor_rewrite was not working. After i did a few searches i found out that the Directory settings in the apache configuration hat AllowOverride None as directive instead of AllowOverride All.
I made the change, restardet apache and all went as it should.

Leave a Reply