RE: [EMAIL PROTECTED] Per User Directories

2005-08-29 Thread Axel-Stéphane SMORGRAV
E_USER} !=$1 RewriteRule ^/([^/]*)(.*) /%{REMOTE_USER}$2 [R,L] The sky is the limit. You just need to know exactly what you want. -ascs -Original Message- From: Axel-Stéphane SMORGRAV Sent: Monday, August 29, 2005 2:19 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Per Use

RE: [EMAIL PROTECTED] Per User Directories

2005-08-29 Thread Axel-Stéphane SMORGRAV
What about redirecting them to http://my.domain/~username/ (requires mod_userdir) ?? -ascs From: Kris [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 3:56 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Per User Directories Can anyone tell

[EMAIL PROTECTED] Per User Directories

2005-08-28 Thread Kris
Can anyone tell me if there is a way that I can make http://my.domain/username/ forward the user to a directory based on the username which they logged in with. e.g. if they log into my site (using htaccess) with the username 'guest', is there a way to create a link which will forward them to http: