#got error "404 | Not found" for ReactJs and Laravel app in cpanel

5 messages · Page 1 of 1 (latest)

twin ice
#

I deployed code of both react and laravel to cpanel. Got error 404 for endpoints. I checked both .htaccess file of reactjs and laravel and I think both files .htaccess are at correct location.

plush chasm
#

Are you sure that the cpanel redirects to the public folder?

twin ice
still jasper
#

First of all, you shouldn't set up a Laravel project using htaccess. All you need to do is point the document_root to the public folder of your app, nothing more.