我已将sitemap.xml文件添加到我的codeigniter项目中。
我在我的localhost上这样称呼它:http://localhost/demo/sitemap.xml
它没有任何问题。
但是当我在实时服务器http://example.com/demo/sitemap.xml
上运行它时
它说没有找到404页面。
什么是问题?
答案 0 :(得分:1)
您需要在 config / routes.php 文件
中添加以下内容$route['sitemap\.xml'] = 'demo/sitemap'; // your navigation path i.e. your controller_name/function_name