[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: PHP - probleme affichage code source
- To:
- Subject: Re: PHP - probleme affichage code source
- From: papaDoc <>
- Date: Mon Jun 3 10:30:01 2002
Salut,
Si le code source de PHP est affiche au lieu de la page.
Cela est probablement du au fait que le code PHP ne passe pas
par l'interpreteur.
Verifiez que le fichier httpd.conf permet de faire afficher le
code php
Verifier que des lignes du genre existe
Action application/x-httpd-php "/php/php.exe"
Action application/x-httpd-php "/php4/php.exe"
* After all the LoadModule in comment you can add the two
following lines:
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
papaDoc