Enable htaccess on Apache

on some apache web server, specially new installed one, htaccess isn’t working.

this is how to enable htaccesss on apache web server :

Find the following directive in httpd.conf :

AllowOverride None

and modify it to

AllowOverride AuthConfig

and restart apache web server

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment