我正在尝试将我的laravel项目从本地主机放到服务器上。在我的本地主机上,我按如下方式运行:
http://localhost/nih/public/bassengweb/hvertime但是当我把它上传到服务器时:
http://student.cs.hioa.no/~s180393/nih/public/bassengweb/hvertime我得到了这个错误:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, amirahm@cs.hioa.no and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.发布于 2014-04-07 02:40:51
这不是一个早期的问题,而是一个服务器问题。所以让我们追踪它,根据你的错误信息,它主要是一个配置问题。
将服务器设置为从公用文件夹读取,而不是从根文件夹读取。
https://stackoverflow.com/questions/22885578
复制相似问题