Comment #⁨4⁩

In reply to Manuel Manuel

I was able to solve the issue by creating another .htaccess in the root folder to get the public folder

.htaccess must contain this

RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L]

If it work drop a like 🤞