On our virtual host, we have defined our document root to point to var/www/something/public
Since we have that, do we need, on our .htaccess file (that will be placed on public directory btw), this?
RewriteCond %{REQUEST_URI} !^/public/.*$
RewriteRule .? /public%{REQUEST_URI}
Thanks in advance, MEM