et très moche (enfin c'est mon avis :p )
C'est vrai, j'essaie d'en trouver une plus lisible qui sorte un peut de comic sans ms (lisible mais pas forcément originale)
hs: votre police d'écriture est vraiment difficile à lire, c'est très fatiguant
Wahou!! Quel rapidité et efficacité...
Merci beaucoup, cela fonctionne maintenant parfaitement.
Je passe en résolu.
Sylvain.
dans votre configuration locale, elevez
$conf['php_extension_in_urls'] = false;
ou alors ajoutez "Options +MultiViews" dans votre fichier .htaccess
edit: ou alors corrigez simplement les liens de votre page d'accueil
c'est index.php?/categories
et pas index?/categories
Bonjour,
Après changement de fournisseur d'accès (de free vers o2switch), j'ai un pb sur la page d'accueil de mon nouveau site (encore en construction) :
Les liens catégories, identifications et contacts (Albums, S'identifier et Contacts) me retournent systématiquement une erreur 404. Exemple ci après :
Not Found
The requested URL /photos/index was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
J'utilise une page Additionnal pages qui fonctionne correctement sur mon ancien site (chez free). Le code utilisé est le suivant :
[lang=all]
<style type="text/css">
body#theCategoryPage .content {width:1024px;}
#menubar {display:none !important;}
.titrePage {display:none}
.content {
margin-left: auto;
margin-right: auto;
}
#piwigodemo_homepage img.mp_illustration {}
#piwigodemo_intro {float:right; margin-right:20px;font-size:18px;line-height:30px;}
.piwigodemo_links {letter-spacing:2px;text-align:center;margin-bottom:0;font-weight:bold;}
.piwigodemo_place {text-align:right;}
.piwigodemo_name {margin-top:5px;letter-spacing:2px;text-align:right;} </style>
<div style="text-align: center; font-size: 14px;">
<div id="myHomePage">
<div style="margin: 80px 0pt 20px;">
<p>
<a href="index.php?/categories"><img src="http://sylvain.youinou.net/photos/upload/2012/08/01/20120801231512-7f76ef55.jpg" style="border-width: 2px; border-style: solid;"/></a></p>
</div>
<p><strong><div class="myHomePage_links">[/lang]
[lang=fr]<a href="index?/categories">Albums</a> • <a href="identification">S'identifier</a> • <a href="index?/contact">Contact</a>[/lang]
[lang=en]<a href="index?/categories">Galeries</a> • <a href="identification">Be identified</a> • <a href="index?/contact">Contact</a>[/lang]
[lang=all]</div></strong><br/>
by Sylvain YOUINOU
</p>
</div>
</div>[/lang]
Ancien site free :
http://s.youinou.free.fr/photos/
Version de Piwigo
Piwigo 2.3.3
Dernière version ?
Abonner s.youinou@free.fr à la newsletter Piwigo
Environnement
Système d'exploitation: Linux
PHP: 5.1.3RC4-dev (Montrer les informations) [2012-08-05 11:56:54]
mysql: 5.0.83 [2012-08-05 11:56:54]
Bibliothèque graphique: GD bundled (2.0.28 compatible)
Nouveau site en construction :
http://sylvain.youinou.net/photos/
Version de Piwigo
Piwigo 2.4.3
Dernière version ?
Abonner sylvain@youinou.net à la newsletter Piwigo
Environnement
Système d'exploitation: Linux
PHP: 5.3.14 (Montrer les informations) [2012-08-05 11:58:04]
mysql: 5.1.63-cll [2012-08-05 11:58:04]
Bibliothèque graphique: GD bundled (2.0.34 compatible)
Merci de votre aide,
Sylvain