Look for "AddType application/x-httpd-php4" on your Apache configuration
file and add the types you want PHP4 be responsible for.

Here are my own :

    AddType application/x-httpd-php4 .php
    AddType application/x-httpd-php4 .php3
    AddType application/x-httpd-php4 .html

HTH

Jayme.

-----Mensagem Original-----
De: Dan Eskildsen <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviada em: sábado, 24 de março de 2001 08:40
Assunto: [PHP-DB] file name extentions


> Hi there,
>
> Currently my ISP has PHP 3 installed and to run php scripts I have to save
> the file as name.php3
>
> I expect to install my own server and php4 in the foreseeable future - how
> can I save the files as .php so that they are upwardly compatible?
>
> I have tired using the filenmae file.php but the server will not execute
the
> file.
>
> Any suggestions?
>
> Regards,
> Dan
>
>
> --
> ==================================
> Regards from Denmark, Europe
> Please cc your reply to [EMAIL PROTECTED]
> ==================================
> I haven't lost my mind, I've got it backed up on TAPE somewhere.......
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to