Lee,

I think its the AddType line for php that you want to take out of the <IfDefine>

HTH
Chris

Lee Philip Reilly wrote:

Thanks for your reply. I took out the following lines, and restarted Apache,
but I still have the same problem...

----------------
</IfDefine>
<IfDefine HAVE_PHP>
LoadModule php_module         modules/mod_php.so
</IfDefine>
<IfDefine HAVE_PHP3>
LoadModule php3_module        modules/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>
----------------







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to