opnsense-ports/lang/php71/pkg-message.mod
Franco Fichtner 97c305cde1 */*: sync with upstream
Taken from: FreeBSD
2017-01-24 15:33:20 +01:00

14 lines
406 B
Modula-2

***************************************************************
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
***************************************************************