opnsense-ports/lang/php70/pkg-message.mod
Franco Fichtner 022392ad1a */*: sync with upstream
Taken from: FreeBSD
2016-02-16 02:41:07 +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>
***************************************************************