Re: AW: [PHP-DB] OT...where do I go for this......?

2002-10-10 Thread Michael Cortes
This is what I have in my config file: # The following is for PHP4 (conficts with PHP/FI, below): # AddType application/x-httpd-php .php4 .php3 .phtml .php AddType application/x-httpd-php-source .phps # # The following is for PHP3: # AddType application/x-httpd-php3 .php3 AddType applica

AW: [PHP-DB] OT...where do I go for this......?

2002-10-10 Thread Thomas Lamy
Have you checked apache's config file for: AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps ? IIRC Apache denies POST to file types not registered for... Also it may be possible that your OS upgrade has overwritten your (ol