Re: reqrep force a trailing slash

2013-05-21 Thread joris dedieu
2013/5/21 Nick Jennings n...@silverbucket.net: Hi All, When someone visit www.example.com/foobar I'd like to force a trailing slash. Here's what I've got so far, but it doesn't seem to be working, and You may have a look at redirect section : # send redirects for request for articles

reqrep force a trailing slash

2013-05-20 Thread Nick Jennings
Hi All, When someone visit www.example.com/foobar I'd like to force a trailing slash. Here's what I've got so far, but it doesn't seem to be working, and I've tried a number of variations to no avail. reqrep ^([^\ ]*)\ /foobar(.*) \1\ /foobar/\2 If someone goes to example.com/foobar/stuff