How to directly send *.php.html files to browser without passing throught PHP? (Apache)
- by Cédric Girard
Hi,
on my Apache/PHP server, file test.php.html is parsed by PHP, while test.html is not.
PHPDOC create a lot of *.php.html files, with a XML header wich is a pain for PHP parser, but how to tell Apache not to pass *.php.html file to PHP and just send back the file to browser?
My php.conf file
<IfModule prefork.c>
LoadModule…