You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/05 22:36:16 UTC

[Httpd Wiki] Update of "RewriteUserdir" by RichBowen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by RichBowen:
http://wiki.apache.org/httpd/RewriteUserdir

New page:
Implement user directories without the '~'

{{{
RewriteEngine On
RewriteCond /home/$1 -d
RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2
}}}