I have Apache 2.2 installed on my Windows machine and it seems the problem is with .htaccess.
I included `mod_rewrite` in the file` httpd.conf` and wrote some conditions in my .htaccess, but nothing works. I tried to insert garbage into it to see if it would return an Internal server error, but even that would not work. What could be the problem?
Could the problem be that my Apache is located in the folder "C: \ Program Files \ Apache Software Foundation" and the root of my server is "C: \ Users \ Grega \ Server"? I cannot find anything that points to .htaccess in httpd.conf
source
share