|
It .htaccess working on the server at all? or just not working for you in this one directory?
First thing you should do is check your apache configurations and make sure directories are set to allow overrides. If that option is not turned on, apache will only follow directives in the main config file and will ignore and .htaccess files.
|