[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache 1.3 et php5



dans le fichier de conf d'apache ou du module php5, peut-être manque
t-il les directives

* AddType: pour expliciter les en-têtes concernant le traitement des
fichiers .php

   <IfModule mod_php5.c>
     AddType application/x-httpd-php .php .phtml .php3
     AddType application/x-httpd-php-source .phps
   </IfModule>

* DirectoryIndex: pour considérer index.php comme un fichier 'index'

   DirectoryIndex index.html index.htm index.shtml index.cgi index.php


?...a toutes fins utiles

bonne année à tous




Reply to: