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.
Just place .php3 here:
AddType application/x-httpd-php .php .php3
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