Projekt

Allgemein

Profil

GX-Bug #68248

Von Marco Bruchmann vor etwa 3 Jahren aktualisiert

Bei den Weiterleitungsregeln sollte es möglich sein, eine Regel für aufwärts verschobene Shops anzulegen. 

 Beispiel: 
 Shop verschoben von https://www.someshop.tld/shop/ nach https://www.someshop.tld/ – also alle Requests auf /shop/* sollten auf /* umgeleitet werden. 

 Beim Anlegen einer entsprechenden Regel wäre die Eingabe im Feld „weiterzuleitende Adresse“ also: ```shop/*``` „shop/*“ 
 und im Feld Zieladresse: ```https://www.someshop.tld/*``` „https://www.someshop.tld/*“ 

 Ein Zugriff auf „https://www.someshop.tld/shop/foo/bar/product.html“ würde dann umgeleitet auf „https://www.someshop.tld/foo/bar/product.html“ 

 --- 

 In the redirection rules, it should be possible to create a rule for upwardly shifted shops. 

 Example: 
 Shop moved from https://www.someshop.tld/shop/ to https://www.someshop.tld/ - so all requests to /shop/* should be redirected to /*. 

 When creating a corresponding rule, the entry in the field "address to be forwarded" would be: ```shop/*```. "shop/*". 
 and in the field "destination address": ```https://www.someshop.tld/*```. "https://www.someshop.tld/*". 

 A request for "https://www.someshop.tld/shop/foo/bar/product.html" would then be redirected to "https://www.someshop.tld/foo/bar/product.html". 

Zurück