On 10/02/2003 08:02 PM [EMAIL PROTECTED] (Gil Agno Virtucio) wrote:

>have you tried adding something like ....
>
><IfModule mod_mime.c>
>     AddType application/x-httpd-php .php3
>     AddType application/x-httpd-php-source .phps
></IfModule>

Well, I haven't tried it, but those AddType things are already in there. It looks like 
this, and I can see that they are not contained inside <IfModule mod_mime.c>.

<IfModule mod_php3.c>
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .php3s
</IfModule>
<IfModule mod_php4.c>
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
</IfModule>


By looking arond I have noticed, that there are quite a few occurences of 
<IfModule mod_mime.c> in httpd.conf. Which one would be the right one?

H.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to