ivinteractive / kirbycms-redirects

GNU General Public License v3.0
33 stars 3 forks source link

Support for get params #15

Open elwin1234 opened 6 years ago

elwin1234 commented 6 years ago

Get params seems to be unsupported at the moment. In the $uri var in function redirecty() (redirecty.php) get vars are stripped out.

So right now it is not possible to have rules like:

/news.php?id=1 => /news/my-first-item 
/news.php?id=2 => /news/my-second-item 
/news.php?id=3 => /news/my-third-item