Jake Bunce
Well-known member
- Affected version
- 2.0.7
I'm not sure if you would consider this a bug, but at the least it is a parity issue between XF1 and XF2.
Create a route filter like this in both XF1 and XF2:
In XF1 you can then visit:
http://yoursite.com/index.php?important
...and the result is that it redirects you to:
http://yoursite.com/index.php?important/
...and subsequently loads the proper target.
In XF2 it works differently. Trying to request this URL:
http://yoursite.com/index.php?important
...simply gives you a XF 404.
I have a customer who desires the XF1 behavior in XF2.
Create a route filter like this in both XF1 and XF2:
In XF1 you can then visit:
http://yoursite.com/index.php?important
...and the result is that it redirects you to:
http://yoursite.com/index.php?important/
...and subsequently loads the proper target.
In XF2 it works differently. Trying to request this URL:
http://yoursite.com/index.php?important
...simply gives you a XF 404.
I have a customer who desires the XF1 behavior in XF2.