https://issues.apache.org/bugzilla/show_bug.cgi?id=47722
--- Comment #1 from Eric Covener <[email protected]> 2009-08-22 06:50:00 PDT --- Your take looks right to me, leaving bug open for a bit before fixing the regex in case anyone else chimes in to the contrary. Thanks for the report. Maybe better to sacrifice the readability of the substitution for the benefit of the simpler regex though? AliasMatch ^/upages/([a-zA-Z0-9]+)(.*) /home/$1/public_html$2 or even AliasMatch ^/upages/([^/]+)(.*) /home/$1/public_html$2 Since I'm not completely sold on the idea that /upages/foo.bar shouldn't be looking for a user. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
