#Hello
3 messages · Page 1 of 1 (latest)
I think you are deploying your filament app on a shared hosting, which will be managed to deal with native PHP apps on appache server
if that is the case then:
Try switch to any cheap VPS will be better than a shared hosting 😃
Otherwise you will need to upload your files outside the public_html folder (or similar) , just on dir back.
then configure your .htaccess to redirect requests to the public/index.php of your laravel app
in general just search on how to deploy a laravel app on shared hosting or cpanel