I am using Apache 2.2.17 for Windows. To set up .htaccess
file, when I was going through httpd.conf
file, I was not able to find the word called “AccessFileName”
. I believe there should be a line like this: AccessFileName .htaccess
. How can I solve this?
Here is the httpd.conf
file.
I solved it by changing AllowOverride None
to AllowOverride All
inside <Directory>