Hello

How do you deal with hosting a filament project I get forbidden error 404 lskmy.com Secondly I want the redirection to be lskmy.com/admin do I have to do this in web.php I need your help #❓┊help
1 Reply
Mohamed Ayaou
Mohamed Ayaou4mo ago
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 If it's not a shared/cpanel hosting then more details wil be needed to help you

Did you find this page helpful?