It's a setting for your web server. You tell the web server what extensions
to look for. In apache, there's a line in the config file that looks like
this:

AddType application/x-httpd-php .php

The .php at the end is the extension that Apache expects to find php in. You
probably have a line like the above that ends .php3. You need to change that
to a different extension, e.g., php4 or add the additional extension.

Janet


----- Original Message -----
From: "Keith Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 17, 2002 1:45 PM
Subject: [PHP-INST] making PHP4 recognize .php3 files


> Hello,
>
> I just installed PHP4 and it's having a problem recognizing files with
.php3
> extensions.  Does anyone know how I can get PHP4 to recognize this?
Thanks.
>
> Keith Robinson
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to