404 non interprété

WRInaute accro
J'avais un htacces avec une 404 qui marchait très bien, et depuis quelques jours ça ne marche plus.

Le reste des commandes du htaccess sont bien exécutées, et mon httpd.conf est bien en allowoverride all.


Donc ça pourrait venir d'ou?

Mon htaccess (mais à priori il marchait comme ça, je ne me souviens pas l'avoir modifié récement ni la config apache d'ailleur):

ErrorDocument 404 /404.php

RedirectPermanent /domaine.php http://www.jeunz.fr/nom-de-domaine/depot-de-domaine.php
RedirectPermanent /annuaire.php http://www.jeunz.fr/annuaire/index.php
RedirectPermanent /nom_de_domaine.php http://www.jeunz.fr/nom-de-domaine/depot-de-domaine.php
RedirectPermanent /utile/kit-graphique.php http://www.jeunz.fr/webmaster/kit-graphique.php
RedirectPermanent /support/index.php http://www.jeunz.com/index.php?showtopic=454

RewriteEngine on
RewriteCond %{HTTP_REFERER} (jackypc\.com) [NC,OR]
RewriteCond %{HTTP_REFERER} (loadation\.net) [NC]
RewriteRule .* https://www.google.fr [R=301]

RewriteCond %{HTTP_HOST} ^jeunz.fr$
RewriteRule ^(.*) http://www.jeunz.fr/$1 [QSA,L,R=301]
 
WRInaute accro
J'ai toujours le problème, aujourd'hui j'ai testé une page à priori "404" avec l'outils header de WRI et ça ne renvoit aucun header ça dit "connexion impossible".

Comment je dois comprendre que mes pages 404 ne renvoient aucun header?

Comment le corriger?
 
Discussions similaires
Haut