Closed mattweldon closed 9 years ago
Fairly simple fix... Check if there's a querystring included in the request and add it to $path if there is.
$path
Not a hugely elegant solution, but the logic within processRedirect($path) remains the same.
processRedirect($path)
I've got it working on a live site here: http://sypro.co.uk/news?id=18
nvm, didn't see the PR part only the commit! haha
Fairly simple fix... Check if there's a querystring included in the request and add it to
$path
if there is.Not a hugely elegant solution, but the logic within
processRedirect($path)
remains the same.I've got it working on a live site here: http://sypro.co.uk/news?id=18