如何在cakephp url中添加扩展名?

时间:2016-09-26 05:35:00

标签: xml cakephp

我想为我的cakephp网站www.jegeachi.com生成xml链接。我是通过xml-sitemaps.com从这个在线工具生成的,我被告知这个xml文件应该在http://jegeachi.com/sitemap.xml处可见。所以我做了以下步骤: 在Config / routes.php中,我添加:

Router::parseExtensions('html', 'rss','xml');

Router::connect("/sitemap", array('controller' => 'frontends', 'action' => 'sitemap', 'ext' => 'xml'));

在前端控制器中我添加:

function sitemap() {
        $this->layout ='ajax';
        $this->render('sitemap.xml');
    }

最后,我将sitemap.xml上传到View / Frontends文件夹中。但http://jegeachi.com/sitemap.xml此链接未显示我的xml。是我的过程是错的?我应该怎么做?

1 个答案:

答案 0 :(得分:0)

为什么不

<= 100

然后拨打电话并与ext联系。

扩展名将根据需要自动添加。