[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: php not working



I checked and there is an error:

[warn] [client $foo] handler "php3-script" not found
for: /var/www/hello.php3

This only started after I added the bit in the
httpd.conf about AddHandler

> Check your apache logs and make sure that php isn't
> generating an error (if it doesn't load, it can't
> handle any php files!).
> 
> Doug
> 
> -- Original Message --
> 
> >
> >
> >> basically what is happening is the php code is
> being
> >> sent to your browser
> >> instead of being executed by the server. you need
> to
> >> tell the server that
> >> a component (in this case mod_php) needs to
> process
> >> the file first, hence
> >> the AddHandler...
> >



____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie



Reply to: