aboutsummaryrefslogtreecommitdiff
path: root/lang/php70/pkg-message.mod
blob: f60f33ce226603ec39f07289fc9d34f92c28ce5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
***************************************************************

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>

***************************************************************