Home pages for regular users

Daniel Rinehart danielr at ccs.neu.edu
Fri Dec 3 10:40:46 EST 1999


> The ~/public_html scheme is the least hassle for administrators on  a
> multi-user machine.  But if it's a small machine with only one or two
> users, it doesn't make much of a difference to anyone.

	I actually prefer to use mod_rewrite for personal web pages. I
already needed mod_rewrite for other uses and I also don't use the normal
"~username" convention. The following accomplishes pretty much what
mod_userdir does:

	RewriteRule     ^/home/([^/]*)/?(.*)    /home/$1/.www/$2 [L]

- Daniel R. <danielr at ccs.neu.edu> [http://www.ccs.neu.edu/home/danielr/]

-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).



More information about the Discuss mailing list