My remote server demands .php4 extensions, but I use .php on my testing server. How can I set up my computer so I can use .php4 extension?
cheers
Julia
It depends on what server you're using. In apache, open httpd.conf. Search for "AddType," and add this line: AddType application/x-httpd-php .php4
cheers, that worked