<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^public_html RewriteRule ^(.*)$ public_html/$1 [L] </IfModule>
info at phpclasses dot org