#Hello

3 messages · Page 1 of 1 (latest)

hollow yarrow
#

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 #1080807837833384017

agile warrenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

haughty iris
#

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