是否可以在 Amazon S3 网站中使用 php?也许是另一个适用于 S3 的模板系统?
我目前有一些使用新的 Amazon S3 网站功能托管的静态页面。
不过,我很快就会开始添加更多页面,并且希望能够使用 smarty 甚至 stacey cms 等用于页眉和页脚的基本模板系统。
我不需要数据库,只是想拥有模板系统的便利。知道我是否可以在 S3 中使用 PHP 来做到这一点吗?如果没有,是否有其他方法可以使其在 S3 中工作?
提前致谢!
I currently have a handful of static pages being hosted with the new Amazon S3 Website feature.
However, I'm going to start adding a few more pages soon and would love the ability for a basic template system for a header and footer with something such as smarty or even stacey cms.
I don't need a database just want to have the convenience of a template system. Any idea if I can do this with PHP in S3? If not, is there another way to get this to work in S3?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能这样做。
我希望我可以在Amazon S3上使用php语言,但是我不认为我们可以在S3上使用PHP。
它说的是Static Website Hosting,也就是说它只会运行静态文件,比如html、js、jpg等静态文件。
如果你想使用php,我认为你应该运行运行php语言的Linux。
No, you can't do this.
I hoped that I could use php language on Amazon S3, however I don't think we can use PHP on S3.
It says that Static Website Hosting, which means it will run only static files such as html, js, jpg, and other static files.
If you want to use php, I think you should run Linux that operate php language.