did you copy .htaccess across?
Jul 17, 2017
6
Level 16
Routes not loaded after deploying on hosting with laravel 5.4
Hi guys, I bother you again. After I loaded the app in my hosting, now finally I can see the homepage. However I can't access to the other routes (not even /login or /register). I modified my /config/app.php in this way:
'url' => env('APP_URL', 'http://www.mysite.com/')
but I can't access to http://www.mysite.com/something and I have 404 error
Any ideas? Thanks in advance
Level 16
@Snapey solved. It was a problem into the .htaccess server side, I opened a ticket and they fixed it.
Please or to participate in this conversation.