Eric Lemes wrote:
The problem here is that after the myrepos path, there mustn't be any
changes in the case.

So you need to fine tune the RegEx,

RewriteRule ^/svn/([^/]+)/(.*) /svn/${lower:$1}/$2 [PT]

--
Robert


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to