> -----Oorspronkelijk bericht-----
> That's simple, just modify your Apache httpd.conf on the line
> where it says something along the lines of:
>
> AddType application/x-httpd-php .php4 .php .php3 .inc
>
> change it to:
>
> AddType application/x-httpd-php .php4 .php .html .php3 .inc

And please, PLEASE remove ".inc" from the list, and add smth like

<Files /.*\.inc/>
        Deny from all
</Files>

I'm not sure about the syntax, but believe me .. what I am telling you is
what you want :D:D

Wouter

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

Reply via email to