LulububuSoftwareGmbH / boltredirector

Handles 301 redirects in Bolt CMS.
16 stars 8 forks source link

Strict redirects ? #25

Open igor-duspara opened 5 years ago

igor-duspara commented 5 years ago

Is it possible to set a strict redirect ? What I need is to redirect only if the URL is exactly like defined. Example:

Redirect only if URL is: /page1 => /page1?param=1&param=2

DON'T redirect if URL is: /page1?param=1&param=2

So, redirect only if the URL is without parameters.