Erreur htaccess quand ErrorDocument + RewriteRule

Erreur htaccess quand ErrorDocument + RewriteRule - HTML/CSS - Programmation

Marsh Posté le 14-10-2004 à 17:16:33    

Voila un j'ai une erreur quand j'ai ca dans mon fichier .htaccess  
 

Code :
  1. RewriteEngine on
  2. RewriteRule ^index.html$ /index.php [L]
  3. RewriteRule ^(.*)_(.*)_(.*)_(.*)\.html$ /index.php?cat=$1&min_page=$2&max_page=$3&page_actuelle=$4 [L]
  4. RewriteRule ^(.*)_(.*)_(.*)\.html$ /index.php?cat=$1&num=$2&page=$3 [L]
  5. RewriteRule ^(.*)_(.*)\.html$ /index.php?cat=$1&num=$2 [L]
  6. RewriteRule ^(.*)\.html$ /index.php?cat=$1 [L]
  7. ErrorDocument 404 http://www.monsite.com/index.php?cat=Erreur400
  8. ErrorDocument 404 http://www.monsite.com/index.php?cat=Erreur401
  9. ErrorDocument 404 http://www.monsite.com/index.php?cat=Erreur402
  10. ErrorDocument 404 http://www.monsite.com/index.php?cat=Erreur403
  11. ErrorDocument 404 http://www.monsite.com/index.php?cat=Erreur404
  12. ErrorDocument 500 http://www.monsite.com/index.php?cat=Erreur500


 
Voici le message d'erreur :  
http://www.phive-online.com/divers/erreur_limite.JPG


---------------
/!\ Post powered by Phive-online.com /!\
Reply

Marsh Posté le 14-10-2004 à 17:16:33   

Reply

Marsh Posté le 14-10-2004 à 19:52:02    

Ton masque doit correspondre aussi à ta redirection (sûrement ligne 4). Résultat : une boucle.


Message édité par kalex le 14-10-2004 à 19:52:12
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed