URL rewriting - Entete HTTP

WRInaute occasionnel
Bonjour,

J'ai mis en place (grâce à ce forum :) ) des redirections 301 sur mon site.

Voici le résultat de l'entête HTTP de la page redirigée :

Code:
Redirection permanente (301)   vers

Voici le contenu de l'entête HTTP renvoyé par le serveur pour l'URL rappelée ci-dessous :

*http://www.divosea.com/fr/fabricants.html/s/linde-healthcare

[code]HTTP/1.1 301 Moved Permanently
Date: Fri, 22 Apr 2011 10:26:34 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://www.divosea.com/fr/fabricants/m/s/linde-healthcare
Content-Type: text/html; charset=iso-8859-1


HTTP/1.1 404 Not Found
Date: Fri, 22 Apr 2011 10:26:34 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
Set-Cookie: divosea=bpcud9rl2vvpkha4bolhjc96o0; path=/
Status: 404 Not Found
Content-Type: text/html; charset=utf-8


[/code]

La première partie est bonne car il précise bien que c'est une redirection en 301
... mais la seconde partie indique une erreur 404.

Est-ce normal ?

Merci.
 
WRInaute passionné
moi j'ai ça :
Code:
HTTP/1.1 301 Moved Permanently
Date: Fri, 22 Apr 2011 14:05:39 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://www.divosea.com/fr/fabricants/m/s/linde-healthcare
Content-Length: 345
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 200 OK
Date: Fri, 22 Apr 2011 14:05:39 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.3.3
Set-Cookie: divosea=17q6sj8vcor3kcd2mul3ggaee7; path=/
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
 
WRInaute occasionnel
Avec *http://www.divosea.com/fr/fabricants.html/s/linde-healthcare ?

je viens de le refaire et j'ai toujours une 404 en 2ème... bizarre.
 
WRInaute accro
Avec Live HTTP Header c'est ok :

Code:
GET /fr/fabricants.html/s/linde-healthcare HTTP/1.1

Host: www.divosea.com

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Cookie: divosea=sc0ktne57q0o4f0pedgpp0es23; __utma=1.1427307799.1303483199.1303483199.1303483199.1; __utmb=1.1.10.1303483199; __utmc=1; __utmz=1.1303483199.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)



HTTP/1.1 301 Moved Permanently

Date: Fri, 22 Apr 2011 14:40:44 GMT

Server: Apache/2.2.3 (CentOS)

Location: http://www.divosea.com/fr/fabricants/m/s/linde-healthcare

Content-Length: 345

Keep-Alive: timeout=15, max=100

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1
 
Discussions similaires
Haut