Projet

Général

Profil

Télécharger (406 octets) Statistiques
| Branche: | Révision:

univnautes-tools / pfPorts / php55 / pkg-message.mod @ 15f25984

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
***************************************************************
(5-5/7)