尝试加载 home/index 视图以外的任何视图时出现 500 错误

500 Error when trying to load any view besides the home/index view

我在此处的 Namecheap 服务器上上传了一个 Laravel 网站:https://kdev.solutions/ and it works fine. I uploaded again (essentially the exact same files, except for some minor changes like setting APP_URL for the new domain) to another Bell server here: http://anomet.com/ 现在,每当我尝试导航到其他页面时,我都会收到一个 "Internal Server Error"(在 Bell 服务器上) .不确定我该如何解决这个问题。

服务器日志为空。我正在使用 Laravel 5.4.15

尝试使用 :

导航

http://exemple.org/index.php/test 而不是 http://exemple.org/text

如果工作正常,请在 apache 中激活 mod_rewrite。

如果不是,就是权限的问题

sudo chmod 755 -R laravel_blog
chmod -R o+w laravel_blog/storage

顺便说一句:抱歉我的英语不好,我是法国人