On Wed, 6 Oct 2010 10:47:44 -0400
Gary Webster <webs...@lexmark.com> wrote:

> How do I accomplish something like:

The easy tool for this kind of thing is mod_macro:
http://cri.ensmp.fr/~coelho/mod_macro/

If third-party modules are a problem (e.g. due to a
troublesome boss), there's a dirty approach. Create a 
wildcarded section allowing any user with a project directory.
Then use a RewriteCond to capture username and a
rewriterule to send them to their own space.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to