LulububuSoftwareGmbH / boltredirector

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

GET array compatibility #1

Closed mikerockett closed 8 years ago

mikerockett commented 11 years ago

Just realised that getRequestUri() includes the GET array, which I never though it did. So, don't try redirecting something like page.php?name={name:segment} just yet. It won't work because of a quoting issue.

I need to refactor so that only certain parts of redirect patterns are quoted before any replacements are made.

Should be ready by 1.0.

mikerockett commented 11 years ago

This issue will be fixed in the final 1.0 release, due in a day or so.

Query strings will not be redirectable just yet. Instead, you'll be able to append the existing query string to the redirected route. Docs will explain in detail.

mikerockett commented 10 years ago

This issue is now fixed in 0.9 - a better fix will come out in 1.0.

mikerockett commented 10 years ago

I've re-opened this as I'd like this to work fully. 1.0 should have everything done.