Update textproc/libucl to version 0.7.2
[dports.git] / lang / php56 / pkg-message.mod
1 ***************************************************************
2
3 Make sure index.php is part of your DirectoryIndex.
4
5 You should add the following to your Apache configuration file:
6
7 <FilesMatch "\.php$">
8     SetHandler application/x-httpd-php
9 </FilesMatch>
10 <FilesMatch "\.phps$">
11     SetHandler application/x-httpd-php-source
12 </FilesMatch>
13
14 ***************************************************************