Closed (cannot reproduce)
Project:
Secure Pages
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Aug 2011 at 10:09 UTC
Updated:
10 Oct 2011 at 19:53 UTC
Three pages that are protected by the secure pages' module have problem with the Google Crawl.
The error is: Redirect error
Comments
Comment #1
grendzy commentedThis isn't enough information to troubleshoot. Where to you see the error? Can you include a screen shot or the entire text of the error message? Is your SSL certificate expired or self-signed?
Comment #2
panthar commentedFirst off, like your module (does almost everything I need), I first commented on this saying that I had the same issue, but I think I solved it.
Update: Solved indexing issue, I did 2 things, think SSL configuration was the issue. I found this out by doing a wget on my website, and found that my ssl cert does not have a www. so my secure pages "secure url" should not of had "www" in it either ie- http://example.com.
Along the way, I found some suggestions about google, and one of them is to use a "moved permanently" as opposed to "moved temporarly", so I added the following line to your module, just before the default redirect call in the header:
header('HTTP/1.1 301 Moved Permanently'); (as opposed to the default, moved temporarly). Not sure if this actually matters at all, but some websites says it does!
Thanks.
Comment #3
grendzy commentedI'm closing the original issue since the reporter never responded.
Regarding the status code, there's another issue for that: #506522: Change 302 redirect to 301 redirect