<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /~morgamic/bouncer
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>