What's the location of your index.php? Is it /var/www/html/dev?
Make sure root points to your public directory
I have tried using /var/www/html/dev/public as the root, same issue. Besides, I can access the home page using http://my_ip_address/public even when the root is pointed to /var/www/html/dev but the issue is other routes like http://my_ip_address/public/foo do not work whether or not I attach public to root or use it in the url
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.