Re: [EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
Thanks Robert. The problem here is that after the myrepos path, there mustn't be any changes in the case. Thanks anyway. []'s Eric LemesOn 6/6/06, Robert Ionescu <[EMAIL PROTECTED]> wrote: Eric Lemes wrote:> I need to rewrite a url, translating to lowercase only the repo

[EMAIL PROTECTED] Help with mod_rewrite

2006-06-06 Thread Eric Lemes
ase. I tried RewriteRule (\/.*\/.*) ${lowercase:{$1}} [L], but it didn't work (I don't understand how to tell it that $1 is what I need in lowercase). In my httpd.conf (I don't matter if other URL's rewrited. I use this server only for subversion). Anyone can help me? Thanks in advance. Eric Lemes