[nycphp-talk] php extensions
Alan T. Miller
amiller at criticalmedia.biz
Mon Jul 19 22:17:12 EDT 2004
SNIP >>>
I'm moving scripts to an ISP that wants all php files to be called via
the .php4 extension. I've got a lot of scripts that call a lot of .php
files. Anyone know of a quick-and-easy way of telling the new ISP's box
to run all .php references as .php4?
<<<
I believe you can add something like the following to an .htaccess file...
AddType application/x-httpd-php .php .inc .php3 .php4
More information about the talk
mailing list