Implement user directories without the '~'
RewriteEngine On RewriteCond /home/$1 -d RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2
Implement user directories without the '~'
RewriteEngine On RewriteCond /home/$1 -d RewriteRule ^/([^/]+)/(.*) /home/$1/public_html/$2
RewriteUserdir (last edited 2009-09-20 22:13:35 by localhost)