Problem sitemap.xml |
Hello,
For my new website, I want to add a sitemap.xml , I can't. Normally it is very simple, I have only 4 pages, so I do not need to automatically generate the sitemap. I use HMVC My controler Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); The file sitemap.xml Code: <?xml version="1.0" encoding="UTF-8" ?> When I lauch the url, http://www.mysite.com/seo/sitemap, I get this error Code: Erreur d'analyse XML : balise ne correspondant pas. Attendu : </meta>. I try to configure the route as I have seen on some forums Code: $route['seo/sitemap\.xml'] = "seo/sitemap"; But, with or without the route configured, it's the same result Thank's for your help Patrice |
Messages In This Thread |
Problem sitemap.xml - by patguitar - 11-03-2015, 10:26 AM
RE: Problem sitemap.xml - by AidanW - 11-03-2015, 11:02 AM
RE: Problem sitemap.xml - by patguitar - 11-03-2015, 11:13 AM
RE: Problem sitemap.xml - by pdthinh - 11-03-2015, 05:26 PM
RE: Problem sitemap.xml - by freddy - 11-03-2015, 06:22 PM
RE: Problem sitemap.xml - by patguitar - 11-04-2015, 01:56 AM
RE: Problem sitemap.xml - by patguitar - 11-04-2015, 01:58 AM
|