![]() | 1 | initial version |
If you are using apache - check what is your AllowOverride setting in file /etc/httpd/conf/httpd.conf
When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.
Once you change AllowOverride setting - you will need to restart apache