Is there anyway that I can get php3 understanding the php files with a .php extension and not just a .php3 extension. I only have a few changes that need making to my site, so theres no point in installing php4 at the moment.
Thanks.
Printable View
Is there anyway that I can get php3 understanding the php files with a .php extension and not just a .php3 extension. I only have a few changes that need making to my site, so theres no point in installing php4 at the moment.
Thanks.
As far as I know all you need to do is configure your web server to process php files through PHP
I've got this in httpd.conf for Apache
so that it does for bothCode:AddType application/x-httpd-php .php .php3
cheers chrisjk. i should've mentioned in me post before, but i'm using windows nt server, so i can't find this. i've tried copying everything in the registry that php3 is mentioned, to php but that doesn't seem to make any difference.