> -----Original Message----- > From: boka [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 2:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] html and php > > > Hi ! > > here is my story (i have looked through archives and found > nothing to my > problem): > I have working configuration of apache 1.3.27 with php-4.3.0 on linux > with 2.4.20 kernel. I want to put some php code into my .html pages. > So I have added: > > 1. <IfModule mod_php4.c> > AddType application/x-httpd-php .html .php4 .php3 .phtml .php > AddType application/x-httpd-php-source .phps > </IfModule>
A. Make sure you don't have another addtype directive with only .php in it. B. Make sure to restart apache after changing httpd.conf. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php