I would like to have a .php release just as they used
to have in PHPWizards. I use PHP 4 extensivly and I
really don't like to have to change the exension.
Hmm Same Problem here, have used the extchg.sh and it works, but who can i make my apache learn Php3.. i have a apache 1.3.14 with mod PHP4 installed. a simple
AddType application/x-httpd-php .php3
seems not help.. so what should i do?
Thx!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=30201
You don't have to change the extension!
Your apache should be set up to recognize .php3, .php & .phtml and run PHP for all of them.
Logged In: YES
user_id=210714
I guess it might be difficult for some users to force their
ISP/webmaster to modify the Apache configuration...
Logged In: YES
user_id=210714
If you are under Unix, a workaround is to use the extchg.sh
script located in phpMyAdmin, to change automatically all
the extensions.
Logged In: YES
user_id=231233
Hmm Same Problem here, have used the extchg.sh and it works, but who can i make my apache learn Php3.. i have a apache 1.3.14 with mod PHP4 installed. a simple
AddType application/x-httpd-php .php3
seems not help.. so what should i do?
Thx!
Logged In: YES
user_id=210714
This will work for either extensions:
AddType application/x-httpd-php .php3 .php
Logged In: YES
user_id=15563
.php versions will be released as usuall with next
stable version (non pre).