View Single Post
  #2  
Old 20th Dec 02, 08:46 PM
Sephiroth Sephiroth is offline
BetaONE Supporter
 
Join Date: Jul 2001
Posts: 1,979
Sephiroth is an unknown quantity at this point
Send a message via MSN to Sephiroth
this is our server's config (the parts for php that is)

In the Load Module section:

Quote:

<IfDefine HAVE_PHP4>
LoadModule php4_module &nbsp; &nbsp; &nbsp; &nbsp;modules/libphp4.so
</IfDefine>
In the Add Module section:

Quote:

<IfDefine HAVE_PHP4>
AddModule mod_php4.c
</IfDefine>
And then in the Add Type section:

Quote:

<IfModule mod_php4.c>
&nbsp;AddType application/x-httpd-php .php4 .php3 .phtml .php
&nbsp;AddType application/x-httpd-php-source .phps
</IfModule>
the last part might be the only part that you need, and you can actually try it with only the two AddType lines and leave the rest of it out if that works
Reply With Quote