I just noticed that the link generated for the rss and atom feed, for menu items, is not correctly set.
It sets a link that looks like ".feed?type=rss" while it should be "/?format=feed?type=rss"
i.e: http://tourisme.nadorpresse.com/d%C3%A9 ... cture.html
- Code: Select all
<link href="/découvrir-nador/infrastructure.feed?type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/découvrir-nador/infrastructure.feed?type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
The homepage's rss and atom feeds are correctly set :
- Code: Select all
<link href="/?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
Any idea what may cause the problem please?
Regards.