AWS上的GetKirby CMS

时间:2018-11-22 15:24:21

标签: amazon-web-services amazon-s3 kirby

我正在尝试将getKirby CMS上的网站放在AWS S3上。 我按照本教程https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html进行操作,最后,当我转到url时,我下载了index.php文件。当我放置一些随机的index.html文件时,所有内容都会正确打开。在我的index.php文件中,代码被写入

<?php

define('DS', DIRECTORY_SEPARATOR);

// load kirby
require(__DIR__ . DS . 'kirby' . DS . 'bootstrap.php');

$kirby = kirby();

// render
echo $kirby->launch();

我在做什么错,任何提示。

谢谢。

0 个答案:

没有答案