Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP] .php3 in PHP4?

0 views
Skip to first unread message

Jeff Gannaway

unread,
Feb 17, 2001, 10:42:51 AM2/17/01
to
Can I configure PHP4 for to process .php .php4 .php3 and .phtml ??

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

Tim Frank

unread,
Feb 17, 2001, 6:35:20 PM2/17/01
to
Or you could just put them all on one line like

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

0 new messages