On Thu, Oct 12, 2000 at 07:51:04AM +0000, Steve Simons wrote:
> /etc/apache/httpd.conf contains these:
> 
> LoadModule php3_module /usr/lib/apache/1.3/libphp3.so
> AddType application/x-httpd-php3 .php3
> 
> I had to uncomment the first one, and my script is now called
> /home/steve/hello.php3

see what mime type your php module expects by going to apache's
"/status-info" <Location> handler:

Module Name: mod_php4.c
Content handlers: application/x-httpd-php , application/x-httpd-php-source , 
text/html 

it's not looking for */*-php3 or */*-php4 it's only
looking for */*-php !

set your httpd.conf files to match and see what happens.
        AddType application/x-httpd-php .it .hasta .match .what .php .expects
        # but your filename extensions can be whatever you like!

-- 
things are more like they used to be than they are now.

[EMAIL PROTECTED] *** http://www.dontUthink.com/

Reply via email to