Open any feed on site(e.g. featured)
Correct url in href
<atom:link rel="self" type="application/rss+xml"
href="http://localhost/j42/index.php?option=com_content&view=featured&Itemid=101&format=feed&type=rss"/>
Double j42/j42
<atom:link rel="self" type="application/rss+xml"
href="http://localhost/j42/j42/index.php?option=com_content&view=featured&Itemid=101&format=feed&type=rss"/>
Apache 2.4, PHP 7.2.
No cache, no gzip.
The problem is coming when Joomla output the feed. If I do echo $url . $syndicationURL;
right after https://github.com/joomla/joomla-cms/blob/4.2-dev/libraries/src/Document/Renderer/Feed/RssRenderer.php#L93 I see the correct url.
Same problem with the atom feed.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
I only have that issue when SEF is switched off.
I have it in a subdirectory and it is working fine with SEF enabled. It indeed fails when SEF is disabled.
Labels |
Added:
PBF
|
Labels |
Removed:
PBF
|
Again, as I mentioned in another issue about the RSS this is a big problem for SEO. You can see errors in the RSS in my feed here. As Globulopolis said he got double directories /j42/j42/ - I get this also but WITH SEF on, links in articles which were added with the link manager and in images urls. As I cant turn the RSS feed off I get lot's of 404's because of the large amount of traffic I have.
See feed with full article here: https://www.dolcevia.com/en/articles?format=feed&type=rss
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-02-13 11:06:56 |
Closed_By | ⇒ | Hackwar |
bug Confirmed