[thelist] php extension

Dejan Kozina dejan at kozina.com
Tue Nov 21 09:31:28 CST 2006


AddType should almost always do the trick, but sometimes Apache just 
won't play along (with PHP loaded as CGI instead of Apache module). In 
these cases this usually works:

<FilesMatch "put_your_regex_here">
     SetHandler application/x-httpd-php
</FilesMatch>

djn

Anthony Baratta wrote:
> http://us3.php.net/manual/en/security.hiding.php

-- 
Dejan Kozina
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225
http://www.kozina.com/  - e-mail: dejan at kozina.com



More information about the thelist mailing list