0
I’m having a hard time climbing my shared server-enabled api.
My frontend is angular, I gave an ng build --Prod and through Filezilla transferred to the folder public_http
on the hostgator server.
The Laravel I passed all the folders of my project to the public_http
, I downloaded for ssh the server and installed the composer
. Through ssh I can access the public_http folder and run, for example "php artisan serve
". My question is how to get my api to run on my domain. Ex: www.dominio.net/api/login
All my files are already in the public_http folder, but if I try to access the api through my domain I get 404.
What is missing?
Possible duplicate of How to go up and configure a project with Laravel on the server
– Gustavo André Richter
Would this var/www be the name of my domain? When I look at hostgator in the file manager the path to the public folder is: /home4/cademe47/public_html/public, I have to put this in Documentroot?
– veroneseComS