I am using the OOTB sitemap generator that works with the scheduler.
I am Using AEMaaCS SPA. On /content/sample/en-us.sitemap.xml, I am trying to hit on the publisher. It gives a 404 error, but on /var/sitemap, I can view the available node entry.
I even tried /content/sample/en-us-sitemap.xml it is giving 404. How to make that work?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ronnie09 ,
You need to allow the path in the dispatcher.
# Allow AEM WCM Core Components sitemaps /0200 { /type "allow" /path "/content/*" /selectors '(sitemap-index|sitemap)' /extension "xml" }
For more details, you can check the below thread where the detailed solution is discussed.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/404-error-while-accessing-...
Hi @Ronnie09 ,
You need to allow the path in the dispatcher.
# Allow AEM WCM Core Components sitemaps /0200 { /type "allow" /path "/content/*" /selectors '(sitemap-index|sitemap)' /extension "xml" }
For more details, you can check the below thread where the detailed solution is discussed.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/404-error-while-accessing-...
Views
Likes
Replies