Skip to content

Commit

Permalink
Fix typo in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech authored and Julien Pauli committed May 12, 2015
1 parent 413d23f commit 5cf78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5cf78b8

Please sign in to comment.