Bonjour,
J'ai essayé d'installer php5 sur mon MB. J'ai téléchargé le pack d'entropy, modifié le httpd.conf de la manière suivante :
LoadModule php5_module /usr/local/php5/libphp5.so
puis
AddModule mod_php5.c
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php-source .phps
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>
J'ai enregistré puis relancé le serveur Apache. Le pb, c'est que lorsque j'essaye de charger une page phpinfo(), rien ne s'affiche. Par contre phpmyadmin fonctionne très bien.
Quelqu'un peut-il m'aider Merci
J'ai essayé d'installer php5 sur mon MB. J'ai téléchargé le pack d'entropy, modifié le httpd.conf de la manière suivante :
LoadModule php5_module /usr/local/php5/libphp5.so
puis
AddModule mod_php5.c
<IfModule mod_php5.c>
AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php-source .phps
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>
J'ai enregistré puis relancé le serveur Apache. Le pb, c'est que lorsque j'essaye de charger une page phpinfo(), rien ne s'affiche. Par contre phpmyadmin fonctionne très bien.
Quelqu'un peut-il m'aider Merci