I add the lines to httpd.conf file and now in the error file I get a
c:/httpd/htdocs/autosetup/.htaccess: php_value not allowed here
Is there anything else I can do.
> Have you given the correct designation to Apache? In
> httpd.conf
> or access.conf you'll need a line similar to the following:
Have you given the correct designation to Apache? In httpd.conf
or access.conf you'll need a line similar to the following:
AllowOverride AuthConfig
At least in my case, the default Apache behavior was to ignore the use of
.htaccess files in all directories unless specifically changed.
-