Is there a way to make it so pages will work without a trailing slash?
For example, even on this forum
https://xenforo.com/community/pages/example-page/ will work while
https://xenforo.com/community/pages/example-page will not.
I used the route filter to change my example.com/pages/page1 to example.com/info/more. Under XF1.5, both example.com/info/more and example.com/info/more/ will result in the same page. The one without the trailing slash will have it automatically added.
For example, even on this forum
https://xenforo.com/community/pages/example-page/ will work while
https://xenforo.com/community/pages/example-page will not.
I used the route filter to change my example.com/pages/page1 to example.com/info/more. Under XF1.5, both example.com/info/more and example.com/info/more/ will result in the same page. The one without the trailing slash will have it automatically added.