Hébergements Web - Htacess too many redirects
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Htacess too many redirects

Von
BenjaminL12
Erstellungsdatum 2018-08-02 18:36:04 (edited on 2024-09-04 11:28:03) in Hébergements Web


Bonjour,

j'ai mis en place de l'url rewriting sur mon site, mais j'ai certaines règles que ne fonctionne pas :

> RewriteRule ^others/$ others2.php

> RewriteRule ^season6-timeline/$ S6_Timeline2.php
> RewriteRule ^season7-timeline/$ S7_Timeline2.php
> RewriteRule ^season8-timeline/$ S8_Timeline2.php

> RewriteRule ^patchesbypatches/season-(.*)/split-(.*)/region-(.*)/$ patchesbypatches2.php?season=$1&split=$2&tournament=$3

Par exemple la page http://gol.gg/stats/season6-timeline/ fonctionnne, mais la page http://gol.gg/stats/others/ non. "Too many redirects", la page essaye de se rediriger sur elle-même.

J'ai le même problème dans plusieurs répertoires différents, certaines règles fonctionnent correctement et d'autres non.

Est ce qu'il y a quelque chose que je ne fais pas correctement ?