首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >从本地主机到服务器的Laravel项目

从本地主机到服务器的Laravel项目
EN

Stack Overflow用户
提问于 2014-04-06 03:19:27
回答 1查看 180关注 0票数 0

我正在尝试将我的laravel项目从本地主机放到服务器上。在我的本地主机上,我按如下方式运行:

代码语言:javascript
复制
http://localhost/nih/public/bassengweb/hvertime

但是当我把它上传到服务器时:

代码语言:javascript
复制
http://student.cs.hioa.no/~s180393/nih/public/bassengweb/hvertime

我得到了这个错误:

代码语言:javascript
复制
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.
EN

回答 1

Stack Overflow用户

发布于 2014-04-07 02:40:51

这不是一个早期的问题,而是一个服务器问题。所以让我们追踪它,根据你的错误信息,它主要是一个配置问题。

将服务器设置为从公用文件夹读取,而不是从根文件夹读取。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22885578

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档