Open elwin1234 opened 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.
$uri
function redirecty()
redirecty.php
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
Get params seems to be unsupported at the moment. In the
$uri
var infunction redirecty()
(redirecty.php
) get vars are stripped out.So right now it is not possible to have rules like: