A Adeala Ademola Jun 9, 2023 In reply to Manuel Manuel Jun 9, 2023 Thanks for the suggestion @Subarist! I saw your previous post, but this relates to a setup with Apache, no? 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
I was able to solve the issue by creating another .htaccess in the root folder to get the public folder
.htaccess must contain this
If it work drop a like