Implement user directories without the '~'

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