I've got a box running Proftpd and Apache2. Proftpd uses a Mysql table to get the user directories. <br><br>The pattern for them is:<br>/home/users/[groupname]/[username]/<br><br>I'd like to be able to do something like 
<a href="http://example.com/~[username]">http://example.com/~[username]</a>, so the groupname doesn't need to be supplied.<br><br>I've found this module, but it's for Apache1.3, and I'd rather not  switch if that's possible. More for the sake of simplicity (everything else I run has Apache2 on it) than a reliance on anything peculiar to Apache2, though:
<br><a href="http://freshmeat.net/projects/mod_myuserdir/">http://freshmeat.net/projects/mod_myuserdir/</a><br>I can't find similar for Apache2.<br><br>Any ideas?<br>I looked at adding a user with home directory /home/users, then setting it to use that as its public html directory, and then using mod_rewrite to make them sensible. But that'd require the groupname.
<br> <br>Cheers!<br>--<br>/Avi :)<br>