Running apache 1.3 (don't ask)
Need to redirect mydomain.com/bla
to mydomain.com/bla/
(note the slash)
I think this rewrite is writing it to the wrong place.
RewriteRule ^([^\.]+)/?$ index.php?page=$1&%{QUERY_STRING} [L]
I have tried to ignore it but this hasn't worked.
RewriteCond %{REQUEST_URI} !^/bla
RewriteRule ...