On Thu, 2004-08-12 at 20:34, Allyson wrote:
> We are using OS X 10.3.5 and are attempting to set it up to work with
> PHP.  We tried the install from Entropy and it says it installed
> correctly.  We then edited the httpd.conf of Apache and added:
> 
> LoadModule php4_module
> AddModule mod_php4.c
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
> 
> I then tried accessing a page containing phpinfo(), but I still get
> the message that Mac doesn't know what to do with this file type.  
> 
> Does anyone have any suggestions.   
> 
> 
> In kindness,
> Allyson 

Allyson,

The loadmodule line needs to be told where the module is. e.g.:
LoadModule php4_module modules/libphp4.so

Hope this helps

Regards

Chris
PS Don't forget to restart the webserver.

Reply via email to