Install 4.0-dev
Add an article and set it featured
Load the feed URL
https://example.com/index.php?format=feed&type=atom
Note the link below, is a 404 page even if you fix ampersands
https://example.com/index.php?view=article&format=feed&type=atom&id=1:d-holy-grail-layout-to&catid=2
<link rel="alternate" type="text/html" href="https://example.com/index.php?view=article&format=feed&type=atom&id=1:d-holy-grail-layout-to&catid=2">
the entry > link href to be a valid useable URL to the article.
<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<title type="text">Home</title>
<subtitle type="text"></subtitle>
<link rel="alternate" type="text/html" href="http://127.0.0.1:4444">
<id>http://127.0.0.1:4444/index.php</id>
<updated>2021-08-16T21:34:01+00:00</updated>
<generator uri="https://www.joomla.org">Joomla! - Open Source Content Management</generator>
<link rel="self" type="application/atom+xml" href="http://127.0.0.1:4444/index.php?format=feed&type=atom">
<entry>
<title>d holy grail layout to </title>
<link rel="alternate" type="text/html" href="http://127.0.0.1:4444/index.php?view=article&format=feed&type=atom&id=1:d-holy-grail-layout-to&catid=2">
<published>2021-08-16T21:07:33+00:00</published>
<updated>2021-08-16T21:07:33+00:00</updated>
<id>http://127.0.0.1:4444/index.php?view=article&id=1:d-holy-grail-layout-to&catid=2</id>
<author>
<name>admin</name>
</author>
Labels |
Added:
No Code Attached Yet
|
However I just spotted an additional error with all the links. this test site is at localhost/joomla-cms
and all the generated links are to localhost/joomla-cms/joomla-cms
BUT only if your site is set to not use sef urls
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 18:36:52 |
Closed_By | ⇒ | PhilETaylor |
Looks to me as if this has been resolved elsewhere as the links work now and do not have the extra
;format=feed&type=atom&
in the rel=alternate links