RE: [Spip] installation de spip

A mon avis le problème se situe au niveau de Apache. Autrement dit il ne
recconait pas les index.php3

dans le fichier httpd.conf de apache verifier que la directive
"DirectoryIndex" a index.php3
dans mon fichier httpd.conf la ligne ressemble à ça:
DirectoryIndex index.asp index.htm index.html.var index.php index.php3

Tim

Le 16/04/03 15:14, « Tim » <tfletcher@netfactoriel.com> a écrit :

A mon avis le problème se situe au niveau de Apache. Autrement dit il ne
recconait pas les index.php3

dans le fichier httpd.conf de apache verifier que la directive
"DirectoryIndex" a index.php3
dans mon fichier httpd.conf la ligne ressemble à ça:
DirectoryIndex index.asp index.htm index.html.var index.php index.php3

Tim

Oui, c'est vrai que ma réponse c'était n'importe quoi. Mais j'ai n'était pas
sûr de sa pertinence, alors j'allais en tatônnant.

Mais volilà il faut enlèver les # de ces lignes

#LoadModule php4_module libexec/httpd/libphp4.so

#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps

Et ajouter :

AddType application/x-httpd-php .php3

afin que les fichiers *.php3 soient reconnus.

Après il faut configurer l'ordre de priorités

<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.php3 index.htm
</IfModule>

Et après il faut relacer Apache ou redémarrer

Voili
Luis

comme d'hab, j'ai oublié les 3/4 des infos :slight_smile:
sorry.

Tim

-----Message d'origine-----
De : speciale [mailto:speciale@club-internet.fr]
Envoyé : mercredi 16 avril 2003 15:27
À : tfletcher@netfactoriel.com; Delphine MANGIONE; SPIPREZO
Objet : Re: [Spip] installation de spip

Le 16/04/03 15:14, « Tim » <tfletcher@netfactoriel.com> a écrit :

>
>> A mon avis le problème se situe au niveau de Apache. Autrement dit il ne
>> recconait pas les index.php3
> dans le fichier httpd.conf de apache verifier que la directive
> "DirectoryIndex" a index.php3
> dans mon fichier httpd.conf la ligne ressemble à ça:
> DirectoryIndex index.asp index.htm index.html.var index.php index.php3
>
> Tim
>
Oui, c'est vrai que ma réponse c'était n'importe quoi. Mais j'ai n'était pas
sûr de sa pertinence, alors j'allais en tatônnant.

Mais volilà il faut enlèver les # de ces lignes

#LoadModule php4_module libexec/httpd/libphp4.so

#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps

Et ajouter :

AddType application/x-httpd-php .php3

afin que les fichiers *.php3 soient reconnus.

Après il faut configurer l'ordre de priorités

<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.php3 index.htm
</IfModule>

Et après il faut relacer Apache ou redémarrer

Voili
Luis