
Recherche avancée
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (13726)
-
Anomalie #2022 (Nouveau) : redirection des anciennes urls .php3
6 avril 2011, par vince majJ’ai procédé a une mise a jour d’un site spip 1.8 en 2.1.9. J’avais une erreur 500 quand j’appelais une ancienne url de type /article.php3 ?id_article=2111 Après quelques recherches, j’ai trouvé la source du bug, dans le fichier : ecrire/inc/headers.php à la ligne 146 Je suis hébergé sur un (...)
-
Anomalie #2022 : redirection des anciennes urls .php3
6 avril 2011, par cedric -Quelle est ta correction ? La doc PHP précise pourtant bien "Avec FastCGI vous devez utiliser ceci pour une réponse 404 :" cf http://fr.php.net/manual/fr/function.header.php
-
Anomalie #2022 : redirection des anciennes urls .php3
6 avril 2011, par vince majbah la j’ai pas cherché midi a 14h.. j’ai donc remplacé ces lignes la : if ($php_cgi) header("Status : ".$status_string[$status]) ; else header("HTTP/1.0 ".$status_string[$status]) ; par : header("HTTP/1.0 ".$status_string[$status]) ; et la ca marche.. Je ne suis pas capable d’expliquer pourquoi (...)