On Sat, Jan 23, 2010 at 8:50 AM, Reese <howell.r@xxxxxxxxxxxxxxxx> wrote: >> rewriteRule ^([a-z])(.*)([0-9])\.domain\.ext(.*) www$3.domain.ext/$2_$1$4 > > Rule, > lowercase-alpha saved as $1 > plus > zero or more of everything saved as $2 > plus > 0-9 numeric saved as $3 > plus > domain.ext > plus > zero or more of anything saved as $4 > > rewrite to > www$3.domain.ext/$2_$1$4 What's the full input URL that you're matching? -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx