Click to See Complete Forum and Search --> : help!!!


Anon
08-15-2000, 03:02 AM
hello,
I am a newer for php,I have installed
php4+apache, it can support *.php files,but not support *.php3 files.
i don't know how to config,who can help me ?
thanks.

Anon
08-15-2000, 04:58 AM
Just place .php3 here:

AddType application/x-httpd-php .php .php3

Anon
08-15-2000, 10:52 AM
>Just place .php3 here:
>
> AddType application/x-httpd-php .php .php3

Just in case, I'll clarify...
In older versions of Apache, srm.conf is the configuration file where you are supposed to make the above change. In newer versions (I think the practise was changed somewhere between 1.3.9 and 1.3.12), srm.conf and access.conf are usually not used - everything goes into httpd.conf.


-jani