SHA256
1
0
forked from pool/php7
Files
php7/mod_php7.conf

14 lines
390 B
Plaintext

<IfModule mod_php7.c>
<FilesMatch "\.ph(p[3457]?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.php[3457]?s$">
SetHandler application/x-httpd-php-source
</FilesMatch>
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php7
DirectoryIndex index.php
</IfModule>