On Tue, 18 Mar 2003 15:11:02 -0500, Erik Price wrote about "Re: [PHP]
nstalling PHP" what the universal translator turned into this:

>Does the AddType line in httpd.conf so that files ending with the 
>extension ".php" are processed by the PHP binary?  You should have a 
>section in your httpd.conf that looks something like this:
>
><IfModule mod_mime.c>
>   # a bunch of lines go here
>   # a bunch of lines go here
>   # a bunch of lines go here
>   # a bunch of lines go here
>   # a bunch of lines go here
>   AddType application/x-httpd-php .php .php3 #<--- you need this line
></IfModule>

You forgot the .phtml extension ...

If you want all HTML files to parsed as PHP as well, you'll need to add
them here as well...

Rene

-- 
Rene Brehmer

This message was written on 100% recycled spam.

Come see! My brand new site is now online!
http://www.metalbunny.net

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

Reply via email to