14 lines
390 B
Plaintext
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>
|
|
|