RewriteEngine on RewriteBase /~morgamic/bouncer RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L]