https://bz.apache.org/bugzilla/show_bug.cgi?id=59636
Christophe JAILLET <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk --- Comment #1 from Christophe JAILLET <[email protected]> --- Confirmed. Fixed in r1832306. Previously we were checking only in the first *existing* directory, which is clearly not what is said in the doc. > UserDir "public_html" "/usr/web" "http://www.example.com/" > > With a request for http://www.example.com/~bob/one/two.html, will try to find > the page at ~bob/public_html/one/two.html first, then > /usr/web/bob/one/two.html, > and finally it will send a redirect to > http://www.example.com/bob/one/two.html. -- 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]
