<?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: URL redirect not working from homepage in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/917090#M10873</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145632"&gt;@MattOnce&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the results still intermittent?&amp;nbsp; I have tested from a couple of browsers and incognito windows on my side and it's currently working consistently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there other similar redirects in place as this current has a position of 1,000,000. You can try making that number much smaller to see if it is more consistent. If so, there's some other conflict in your redirect listings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2024 13:47:47 GMT</pubDate>
    <dc:creator>Josh</dc:creator>
    <dc:date>2024-02-05T13:47:47Z</dc:date>
    <item>
      <title>URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915416#M10830</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My end goal is to create a redirect that goes from page A to page B while retaining the query parameters.&lt;/P&gt;&lt;P&gt;This isn't hard to do, I can get &lt;A href="http://www.website/pageA?query=1" target="_blank"&gt;www.website/pageA?query=1&lt;/A&gt;&amp;nbsp;to redirect to&amp;nbsp;&lt;A href="http://www.website/pageA?query=1" target="_blank"&gt;www.website/pageB?query=1&lt;/A&gt; just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem occurs when I try redirect the home page, &lt;A href="http://www.website.com/?query=1," target="_blank"&gt;www.website.com/?query=1&lt;/A&gt; to &lt;A href="http://www.website/pageA?query=1" target="_blank"&gt;www.website/pageB?query=1&lt;/A&gt;, this never works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter is known, so I don't even need a flexible redirect. What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 14:10:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915416#M10830</guid>
      <dc:creator>MattOnce</dc:creator>
      <dc:date>2024-02-01T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915495#M10833</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145632"&gt;@MattOnce&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you're hoping to do should be possible without a problem. I just tested the structure in one of our portals and it works as you described (I changed the URLS for the screenshot): redirecting the home to a new page and retaining the query string.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-01 at 10.59.25 AM.png" style="width: 601px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/108524iDC1456519EF52A05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-01 at 10.59.25 AM.png" alt="Screenshot 2024-02-01 at 10.59.25 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A couple of things to check:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Make sure Match Query Strings is checked&lt;/LI&gt;
&lt;LI&gt;Uncheck the box to disable when a page exists at the requested URL&lt;/LI&gt;
&lt;LI&gt;Double-check that there is not a redirect with a higher priority that is negating this new redirect&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 16:02:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915495#M10833</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2024-02-01T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915874#M10837</link>
      <description>&lt;P&gt;Thank you, Josh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My settings (in some of my attempts) were the same as yours, but I updated my current redirect to match your settings. I found that it now works, but not every time I load the original page. I have no idea why. Doing more tests seem to indicate that the redirect is occuring more often, so hopefully that means it will eventually worj 100% of the time, as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:14:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915874#M10837</guid>
      <dc:creator>MattOnce</dc:creator>
      <dc:date>2024-02-02T06:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915959#M10842</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi again, Josh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem seemed to be fixed earlier, but has stopped redirecting again. I will share the actual url I'm trying to redirect, in the hopes that you could test it your side and see if you gain any more insights.&lt;BR /&gt;Orignal url:&amp;nbsp;&lt;A href="http://oncehub.com?referralcode=LPLAFF" target="_blank" rel="noopener"&gt;http://oncehub.com?referralcode=LPLAFF&lt;/A&gt;&lt;BR /&gt;Redirected to:&amp;nbsp;&lt;A href="http://oncehub.com/signup?referralcode=LPLAFF" target="_blank" rel="noopener"&gt;http://oncehub.com/signup?referralcode=LPLAFF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 13:19:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/915959#M10842</guid>
      <dc:creator>MattOnce</dc:creator>
      <dc:date>2024-02-02T13:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/916026#M10845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145632"&gt;@MattOnce&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try setting your original URL to: oncehub.com/?referralcode=LPLAFF&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't work, please also share a screenshot of the redirect settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 13:21:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/916026#M10845</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2024-02-02T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/916876#M10866</link>
      <description>&lt;P&gt;Hi Josh, thanks again for the reply.&lt;/P&gt;&lt;P&gt;Even if I add the "/", Hubspot seems to remove it automatically on Save/Update.&lt;BR /&gt;Here is a screenshot:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-05 at 08.25.20.png" style="width: 549px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/108691i02D9B018D85CF8D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-05 at 08.25.20.png" alt="Screenshot 2024-02-05 at 08.25.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 06:31:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/916876#M10866</guid>
      <dc:creator>MattOnce</dc:creator>
      <dc:date>2024-02-05T06:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: URL redirect not working from homepage</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/917090#M10873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145632"&gt;@MattOnce&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the results still intermittent?&amp;nbsp; I have tested from a couple of browsers and incognito windows on my side and it's currently working consistently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there other similar redirects in place as this current has a position of 1,000,000. You can try making that number much smaller to see if it is more consistent. If so, there's some other conflict in your redirect listings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 13:47:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/URL-redirect-not-working-from-homepage/m-p/917090#M10873</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2024-02-05T13:47:47Z</dc:date>
    </item>
  </channel>
</rss>

