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 <Directory> designation to Apache? In
> httpd.conf
> or access.conf you'll need a line similar to the following:
>
> <Directory "C:/directory-to-allow-access">
>     AllowOverride AuthConfig
> </Directory>
>
> At least in my case, the default Apache behavior was to ignore the use of
> .htaccess files in all directories unless specifically changed.
>
> -david
>
>
> ""Richard Kurth"" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am using php4.0.4pl1 with apache 3.0.12 on Windows 98. It is
> set as PHP
> as
> > a module in Apache using LoadModule php4_module
> c:/php/sapi/php4apache.dll.
> > It works just fine as far as I can tell except when I try to use a
> .htaccess
> > file it does not seem to read the file. The file I what it to read looks
> > like this
> >
> > php_value include_path "C:\httpd\htdocs\home\inc"
> >
> > It does not give me any errors it just doesn't read the file.
> >
> > Anybody now how to make this work.
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to