Fix typo in INSTALL

This commit is contained in:
Loïck Piera 2015-05-07 16:59:08 +02:00 committed by Julien Pauli
parent 413d23f6f0
commit 5cf78b81ea

View file

@ -464,7 +464,7 @@ LoadModule php7_module modules/libphp7.so
Or, if we wanted to allow .php, .php2, .php3, .php4, .php5, .php7,
and .phtml files to be executed as PHP, but nothing else, we'd use
this:
<FilesMatch "\.ph(p[2-6]?|tml)$">
<FilesMatch "\.ph(p[2-7]?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
And to allow .phps files to be handled by the php source filter,