My current HTAccess file looks like this and it works
RewriteEngine On RewriteCond %{REQUEST_URI} !^public RewriteRule ^ /public/index.php [L]
I