Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/freeguppyorg/sites/ghc.freeguppy.org/inc/hpage.inc on line 45
Centre d aide GuppY - Après avoir installé un htaccess supplémentaire pour l'admin j'ai une erreur 500 ou 401

Après avoir installé un htaccess supplémentaire pour l'admin j'ai une erreur 500 ou 401

Dans le htaccess de la racine du site il faut essayer de remplacer :

ErrorDocument 400 /error.php?err=400

ErrorDocument 403 /error.php?err=403

ErrorDocument 404 /error.php?err=404

ErrorDocument 500 /error.php?err=500

En :

ErrorDocument 400 http://ton_site.com/error.php?err=400

ErrorDocument 403 http://ton_site.com/error.php?err=403

ErrorDocument 404 http://ton_site.com/error.php?err=404

ErrorDocument 500 http://ton_site.com/error.php?err=500

Evidemment, à la place de http://ton_site.com, il faut mettre l'url du site concerné.


Date de création : 14/01/2006 @ 12:46
Dernière modification : 21/02/2014 @ 11:31
Catégorie : FAQ GuppY <= 4.6.xx - Messages d'erreurs
Page lue 32717 fois