slim 和 laravel 框架的时候 我直接下载的框架 没有用 composer,结果打开网址的时候总是出现 Internal Server Error 错误

2014-04-19 13:04:43 +08:00
 no13bus
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost 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.

就是这个错误。
3173 次点击
所在节点    问与答
9 条回复
haiyang416
2014-04-19 13:29:08 +08:00
你应该检查以下服务器的 rewrite 设置,这个跟 composer 没有什么关系。
no13bus
2014-04-19 13:39:39 +08:00
@haiyang416 感谢已发
no13bus
2014-04-20 13:25:47 +08:00
@haiyang416 原来slim的文档是你翻译的呀。赞。我也想看看这个短小精悍的php框架源码
haiyang416
2014-04-20 13:33:44 +08:00
@no13bus 额,那个是之前自己看 slim 的时候做的,但是翻译得很挫,现在没用它也就放那儿没整理了。所以看文档还是直接看英文的,结合源码一会儿就看完了。
no13bus
2014-04-20 16:09:05 +08:00
@haiyang416 只是用过thinkphp,看slim的时候有些不适,尤其是flashNow还有什么next,还有钩子啥的的东东,看完了文档之后还是不太清楚怎么写代码。源码的话是不是需要什么特殊的php用法知识?
haiyang416
2014-04-20 18:27:50 +08:00
@no13bus Slim 源码非常简单,你只要看看就知道,最重要在就三个部分:route、request 以及 response。基本上就是 HTTP 协议的抽象,至于 hooks,middleware之类的,看懂流程就很清楚了。
no13bus
2014-04-20 19:02:46 +08:00
no13bus
2014-04-20 19:03:12 +08:00
@haiyang416 你现在还用slim吗?还是说用那个流行的laravel了?
haiyang416
2014-04-20 19:12:40 +08:00
@no13bus 额,Laravel 我是在用 SLIM 之前用的,那时候也看了它的源码,但是在 laravel 4 的源码放出来之后就换到 slim 了。那时候也翻译过 laravel 3 的文档.......不过非常不喜欢 laravel 4的各种语法糖包装就没用了。
这里指的的是个人项目的框架切换,其他的情况不在内。
现在嘛正在在研究 symfony2 的源码。如果你看过 laravel 的源码,就可以知道,它直接使用了 symfony 的 HTTP 组件。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/109191

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX