A voir également:
- Pb d'install de php
- Alert php ✓ - Forum PHP
- Header php - Astuces et Solutions
- Undefined index php - Astuces et Solutions
- Retour a la ligne php ✓ - Forum PHP
- Modulo php ✓ - Forum PHP
1 réponse
petit rappel au cas où :
./configure dans le rep apache
make
make install
./configure --with-apache=../apache-1.3.xx dans le rep PHP
make
make install
./configure --activate-module=src/modules/php4/libphp4.a dans le rep Apache
make
make install
httpd.conf :
AddType application/x-httpd-php .php
après un redémarrage d'apache ça devrait fonctionner...
bizarrement, i faut faire un configure d'apache avant d'installer php, puis refaire un configure d'apache !
sinon, soyons fous, essaye de forcer l'affichage text/html en ajoutant un header(content-type) dans tes pages PHP
ajoute ce qu'il ,faut dans les ./configure...
voili voilou @+
./configure dans le rep apache
make
make install
./configure --with-apache=../apache-1.3.xx dans le rep PHP
make
make install
./configure --activate-module=src/modules/php4/libphp4.a dans le rep Apache
make
make install
httpd.conf :
AddType application/x-httpd-php .php
après un redémarrage d'apache ça devrait fonctionner...
bizarrement, i faut faire un configure d'apache avant d'installer php, puis refaire un configure d'apache !
sinon, soyons fous, essaye de forcer l'affichage text/html en ajoutant un header(content-type) dans tes pages PHP
ajoute ce qu'il ,faut dans les ./configure...
voili voilou @+