//Laravel 9 Just Add these code in .htaccess file RewriteCond %{REQUEST_URI} !^/public($|/) RewriteRule ^(.*)$ public/$1 [L]