I am pointing everything into /public folder with this .htaccess.
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
It is fine, i can load /administration path without /public, but the problem is, that i can also load it like this /public/administration.