I'm a first timer to configuring the PHP engine, so a few detials on how to
would be appreciated as well.
Thanks,
Jeff Gannaway
_______________________________________________________
2001 Wall Calendars....
* Art, Jazz, Blues, Women's, African-American.
* Everyday Discounts.
* Excellent paper and reproductions.
And as always, a great selection of abstract,
contemporary and African-American art prints.
PopStreet.com is your avenue to art.
http://www.popstreet.com
_______________________________________________________
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general...@lists.php.net
For additional commands, e-mail: php-gene...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net
AddType application/x-httpd-php .php .php3 .php4 .phtml
if you prefer.
Tim Frank
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 17/02/01, 10:48:18 AM, sif...@rsb.ro ("Ifrim Sorin") wrote regarding
Re: [PHP] .php3 in PHP4?:
> Hello,
> I think this is rather a Web server issue.
> In Apache, just add in your conf file a line for each extension :
> AddType application/x-httpd-php .php3
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .php4
> AddType application/x-httpd-php .phtml
> HTH
> Sorin Ifrim