Hi! On Sun, May 24, 2009 at 11:36 PM, kevin beckford <[email protected]> wrote:
> Ideally it would be rule based , so any url like > https://domain.tld/svn/$projectname ---> svn://domain.tld/svn/$projectname > I'm actually not sure that this whole thing will work at all, and I am > leaning towards just installing apache. I'm not sure if it'll do exactly what you want, but you could try with this: Create a new "Regular Expresion" rule, with "^/svn/(,*)" (without quotes) as value. It must be handled by "Redirection" handler and configured: Type: External Regular Expression: (keep it empty) Substitution: svn://svn.domain.tld/svn/$1 -- Saludos: Antonio Pérez _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
