P.Hill <goodhill@xmission.com> wrote:[color=blue]
> I get the following error in my log after I think I have I configured apache and php
>
> "[Thu Apr 29 15:31:19 2004] [alert] [client 127.0.0.1]
> C:/Websites/matrixcsbsju/html.test/matrix.htaccess: Invalid command 'php_value',
> perhaps mis-spelled or defined by a module not included in the server configuration"[/color]
[snip][color=blue]
> Action application/x-httpd-php "/php/php.exe"[/color]
[color=blue]
> Is there anything else? It seems to be saying it doesn't know about
> php in the error message?[/color]
You forgot the most important bit, whats in the file that is generating
the error!
[color=blue]
> Can anyone help? Let's talk.[/color]
Learn to help yourself. You should have taken a look at the PHP
reference and should have spotten the (runtime) configuration section...
http://nl.php.net/manual/en/configuration.changes.php
<q>
When using PHP as an Apache module, you can also change the
configuration settings using directives in Apache configuration files
(e.g. httpd.conf) and .htaccess files (You will need "AllowOverride
Options" or "AllowOverride All" privileges)
</q>
Guess what, you are not running PHP as a module! So no htaccess stuff
for you :)
But maybe the windows registry section can be of some help to you.
--
Daniel Tryba