Laravel showing only Homepage and all other routes showing 404 on shared hosting
I am using ionos shared hosting and pointing my subdomain to laravel and react public
folder but only /
homepage is working all else is showing 404. I tried to dd
on /welcome
route but i see it’s not even pointing index.php
. Also uploaded the production files of js to run the router.js
that i believe it should first point to index.php
but it’s not doing that.