<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ErrorDocument Retain Incorrect URL in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540150#M134164</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you are not explicitly redirecting then path stays the same&lt;/P&gt;
&lt;P&gt;check the example image at&amp;nbsp;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-errordocument-url-not-showing-up/m-p/539593/highlight/true#M134037" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-errordocument-url-not-showing-up/m-p/539593/highlight/true#M134037&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 16:18:36 GMT</pubDate>
    <dc:creator>arunpatidar</dc:creator>
    <dc:date>2022-08-09T16:18:36Z</dc:date>
    <item>
      <title>ErrorDocument Retain Incorrect URL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/539843#M134103</link>
      <description>&lt;P&gt;Hi AEM Community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the below Error Document directive for redirecting to custom error pages -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ErrorDocument 404 /errors/404.html&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Currently the rule is working correctly but I have a requirement to retain the URL which the user entered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;As this will help with user being able to correct the URL more promptly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, currently my URL also gets updated with the above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had read the below in a blog -&lt;/P&gt;
&lt;P&gt;When you have absolute URL in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ErrorDocument 404&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;it will perform full redirect. However using a relative URL will only do an internal rewrite to prevent URL changing in browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I missing any steps to have the user URL retained in my browser ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance. Any inputs/help&amp;nbsp;&lt;LI-USER uid="5042721"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;LI-USER uid="6786635"&gt;&lt;/LI-USER&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Rohan Garg&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:53:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/539843#M134103</guid>
      <dc:creator>Rohan_Garg</dc:creator>
      <dc:date>2022-08-08T17:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorDocument Retain Incorrect URL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540037#M134147</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;This does not perform redirect&lt;/P&gt;
&lt;PRE&gt;ErrorDocument 404 /errors/404.html&lt;/PRE&gt;
&lt;P&gt;I think you have other rules which are doing 301/302 redirect, please check those rules.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 07:20:00 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540037#M134147</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-08-09T07:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorDocument Retain Incorrect URL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540119#M134159</link>
      <description>&lt;P&gt;&lt;LI-USER uid="6786635"&gt;&lt;/LI-USER&gt;&amp;nbsp;- The ErrorDocument is working fine as when no matching path is found in publish and it returns 404 to dispatcher this URL is picked up.&lt;/P&gt;
&lt;P&gt;I wanted to know if there is a way to retain the original URL that the user entered.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:37:05 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540119#M134159</guid>
      <dc:creator>Rohan_Garg</dc:creator>
      <dc:date>2022-08-09T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorDocument Retain Incorrect URL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540150#M134164</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you are not explicitly redirecting then path stays the same&lt;/P&gt;
&lt;P&gt;check the example image at&amp;nbsp;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-errordocument-url-not-showing-up/m-p/539593/highlight/true#M134037" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-errordocument-url-not-showing-up/m-p/539593/highlight/true#M134037&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 16:18:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/errordocument-retain-incorrect-url/m-p/540150#M134164</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-08-09T16:18:36Z</dc:date>
    </item>
  </channel>
</rss>

