mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typo in INSTALL
This commit is contained in:
parent
413d23f6f0
commit
5cf78b81ea
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue