.htaccess içindeki kodları atarmısınız. Aşağıdaki kod içerisinde var ise silin.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L]
</IfModule>