Closed Munter closed 8 years ago
The HTML <head>-tag contains a <link rel="alternate" type="application/atom+xml" href="./atom.xml"/> tag on all pages. The relative ./atom.xml url is wrong. It should have been root-relative /atom.xml
<head>
<link rel="alternate" type="application/atom+xml" href="./atom.xml"/>
./atom.xml
/atom.xml
The HTML
<head>
-tag contains a<link rel="alternate" type="application/atom+xml" href="./atom.xml"/>
tag on all pages. The relative./atom.xml
url is wrong. It should have been root-relative/atom.xml