<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Google Search brings up https homepage?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Google Search brings up https homepage?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 15:48:50 +0000</pubDate>
  <lastBuildDate>Tue, 20 May 2014 15:16:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5868</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Small edit:&amp;lt;match url=&amp;#034;(.*)&amp;#034;...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22083.html#22083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1812">RedLeafDev</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 20-May-2014 at 3:16pm<br /><br />Small edit:<div><br></div><div><span style=": rgb251, 251, 253;">&lt;match url="(.*)" /&gt;</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;">change to:</span></div><div><span style=": rgb251, 251, 253;">&lt;match url="(.*?)/?robots\.txt$" /&gt;</span></div>]]>
   </description>
   <pubDate>Tue, 20 May 2014 15:16:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22083.html#22083</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Anyone want to double check my...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22082.html#22082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1812">RedLeafDev</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 20-May-2014 at 3:09pm<br /><br />Anyone want to double check my logic here? I think I've figured this one out.<div><br></div><div>Use a different robots file for https (assuming that you are using IIS and your host has url rewrite available to you).</div><div><br></div><div>Steps are:</div><div>1) Create 2 robots files.&nbsp;</div><div>Robots.txt contains:</div><div><div>User-agent: *</div><div>Disallow:&nbsp;</div></div><div><br></div><div>Robots_https.txt contains:</div><div><div>User-agent: *</div><div>Disallow: /</div></div><div><br></div><div>2) Add a rewrite rule to your web.config file.</div><div><div>&lt;rewrite&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;rules&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">				</span><span style="line-height: 1.4;">&lt;rule name="HTTPSpecificRobots" stopProcessing="true"&gt;</span></div><div><span ="Apple-tab-span" style="white-space:pre">					</span>&lt;match url="(.*)" /&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>&lt;conditions&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">						</span>&lt;add input="{HTTPS}" pattern="on" ignoreCase="true" /&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>&lt;/conditions&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>&lt;action type="Rewrite" url="robots_https.txt" /&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>&lt;/rule&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;/rules&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>&lt;/rewrite&gt;</div></div><div><br></div><div>3) Test by going to:</div><div>http://www.yoursite.com/robots.txt</div><div>and</div><div>https://<span style="line-height: 1.4;">www.yoursite.com/robots.txt</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">This will at least help to prevent this from happening. I'm not sure that it will fix the problem if it already exists.</span></div>]]>
   </description>
   <pubDate>Tue, 20 May 2014 15:09:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22082.html#22082</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Probabaly the only way to fix...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22071.html#22071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 02-May-2014 at 1:35pm<br /><br />Probabaly the only way to fix this is to use absolute URL's in your navigation. Only thing you have to watch out for is at checkout you dont want to link to non-ssl pages or you will get the security warnings.<br>]]>
   </description>
   <pubDate>Fri, 02 May 2014 13:35:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22071.html#22071</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : I was just looking at the 301...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22070.html#22070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 02-May-2014 at 12:34pm<br /><br />I was just looking at the 301 redirect for the homepage which is this:<br><br>&lt;%<br>Response.Status="301 Moved Permanently" <br>Response.AddHeader "Location", "/store/pc/home.asp"<br>%&gt;<br><br>Do you think the problem could have arisen because the full path to the home page is not there?<br>]]>
   </description>
   <pubDate>Fri, 02 May 2014 12:34:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22070.html#22070</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Ok, looks like there is one there....]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22069.html#22069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 02-May-2014 at 11:48am<br /><br />Ok, looks like there is one there. <br><br><pre id="line1"><span>&lt;<span ="start-tag">link</span> <span ="attribute-name">rel</span>="<a ="attribute-value">canonical</a>" <span ="attribute-name">href</span>="<a href="view-source:http://www.jewelryfindings-&#111;nline.com/store/pc/home.asp" target="_blank" rel="nofollow">http://www.jewelryfindings-online.com/store/pc/home.asp</a>" <span>/</span>&gt;</span><span><br><br>It must have been there since the site first went up...based on that I would say your solution<br>is not working<br></span></pre><br>]]>
   </description>
   <pubDate>Fri, 02 May 2014 11:48:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22069.html#22069</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : It looks like your site already...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22068.html#22068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 02-May-2014 at 11:29am<br /><br />It looks like your site already has the canonical on your homepage.<br>]]>
   </description>
   <pubDate>Fri, 02 May 2014 11:29:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22068.html#22068</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Ok thanks for the advice, this...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22067.html#22067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 02-May-2014 at 11:08am<br /><br />Ok thanks for the advice, this would be placed in the header section of the product cart homepage? <br><br>Currently that is something like ... http://www.mystore.com/store/pc/home.asp&nbsp; <br><br><br>]]>
   </description>
   <pubDate>Fri, 02 May 2014 11:08:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22067.html#22067</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : You can put a canonical tag on...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22066.html#22066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 01-May-2014 at 9:50pm<br /><br />You can put a canonical tag on the homepage with http. That should do the trick.<div><div>&lt;link rel="canonical" href="http://www.abc.com/" &gt;</div></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 01 May 2014 21:50:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22066.html#22066</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : Nothing on this ? Does product...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22065.html#22065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 01-May-2014 at 11:31am<br /><br />Nothing on this ?&nbsp; Does product cart answer on this board?<br>]]>
   </description>
   <pubDate>Thu, 01 May 2014 11:31:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22065.html#22065</guid>
  </item> 
  <item>
   <title><![CDATA[Google Search brings up https homepage? : I don&amp;#039;t know enough about...]]></title>
   <link>https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22026.html#22026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2924">Chris Hadden</a><br /><strong>Subject:</strong> 5868<br /><strong>Posted:</strong> 08-April-2014 at 10:55am<br /><br />I don't know enough about this but in the google webmaster forum I found a similar post and this is the answer someone gave:<br><br>"<i>For the record, in Java, it seems that response.sendRedirect automatically sets status to 302 (overriding manual set 301). <br><br>Ex:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i><div><wbr><i>response.setStatus(</i><wbr><i>HttpServletResponse.SC_MOVED_</i><wbr><i>PERMANENTLY);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i><wbr><i>response.setHeader("Location", app.getUrlSecure(true) + requesthistory.getLocalUrl());<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i><wbr><i>response.sendRedirect(app.</i><wbr><i>getUrlSecure(true) + requesthistory.getLocalUrl()); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i><wbr><i>return;<br><br>So, removing the last two lines might have fixed the problem."<br><br><br><br></i>Would this have anything to do with the issue? I am using a 301 redirect on the homepage<i><br><br></i><br><br></div><br>]]>
   </description>
   <pubDate>Tue, 08 Apr 2014 10:55:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-search-brings-up-https-homepage_topic5868_post22026.html#22026</guid>
  </item> 
 </channel>
</rss>