From 862d738c79dc6f8188d3f9fefd46c01179041710 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 14 Sep 2015 22:07:06 +0000 Subject: Remove recursive redirects --- help.html | 1 + 1 file changed, 1 insertion(+) (limited to 'help.html') diff --git a/help.html b/help.html index 835e76b..a9cb717 100644 --- a/help.html +++ b/help.html @@ -48,6 +48,7 @@ load http://def.com instead. This can be useful for instance to always redirect articles to printer friendly versions, redirect http:// to https:// for sites that support both, bypass advertising pages that appear before being able to view certain pages and more.

+

A new feature in v3.0 is that the result of a redirect will never be redirected again, even if it matches another include pattern. This is to prevent endless loops, for example if you have a pattern that redirects from a -> b and another that redirects from b -> a. This also removes the annoying message that the include pattern matches the result and therefore you can't create the redirect. That doesn't matter anymore because the result will never be redirected, even if it matches the include pattern again, so this should make it simpler for people to create redirects.

Basic usage

-- cgit v1.2.3