@chrisp wrote:
Hello,
We would like to remove the trailing slash from the URLs. E.g. www.example.com/stuff/ redirects to www.example.com/stuff
Have tried using reqrep ^(.*?)[/]$ \1 (and variations of it) but that seems to cause an infinite redirect.
Any help is appreciated.
Thanks!
Posts: 1
Participants: 1