<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000066">
Bonjour,<br>
<br>
C'est pourtant ce qu'on utilise sur le serveur web ... et ca fonctionne.<br>
Dans ce cas c'est un autre problème.<br>
<br>
Je recapitule :<br>
- L'appel à des pages d'extension .php5 fonctionne c'est bien ca ?<br>
- L'appel à des pages d'extension .php ne fonctionne pas c'est gedit
qui ouvre le fichier.<br>
- Y a t-il d'autres infos dans le fichier d'erreur d'apache ?<br>
<br>
Peut-tu me transmettre une partie de ton fichier de conf apache<br>
<br>
Hussein<br>
<br>
<br>
Autres Possiblités<br>
<br>
<u>Tips 1</u><br>
<br>
Ajout ces 2 lignes à ton fichier de conf apache <br>
<br>
<font face="Courier New, Courier, monospace"><small> AddType
application/x-httpd-php .php5<br>
</small></font><font face="Courier New, Courier, monospace"><small>
AddType application/x-httpd-php .php</small></font><br>
<br>
au lieu de <font face="Courier New, Courier, monospace"><small><br>
<br>
AddType application/x-httpd-php .php .php5</small></font><br>
<br>
Redemarre le serveur et tiens moi au courant<br>
<br>
<u>Tips 2</u><br>
<br>
Est ce que tu as dans ton fichier apache2.conf la ligne suivante?<br>
<small><font face="Courier New, Courier, monospace"><br>
TypesConfig /etc/mime.types</font></small><br>
<br>
Dans ce cas est ce que tu as un fichier /etc/mime.types<br>
Y a t-il la ligne suivante <br>
<br>
<small><font face="Courier New, Courier, monospace">
application/x-httpd-php php php5</font></small><br>
<br>
et commentes la ligne dans apache2.conf concernant <br>
<br>
<font face="Courier New, Courier, monospace"> #<small>AddType
application/x-httpd-php .php5<br>
</small></font><br>
Redemarre le serveur et tiens moi au courant<br>
<br>
<br>
</body>
</html>