-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
302 Redirect when using Googlebot Agent #1515
Comments
Can confirm this issue does not appear when varnish/turpentine is not used on a separate magento site. |
Here is my work around if anyone else needs it: app/code/local/Mage/Core/Model/Session/Abstract/Varien.php (copied from app/code/core) around line 473:
|
We have the same issue in one of our shops. Setting "HTTP_USER_AGENT" to "NO" doesn't help, neither does adding the above code to Varien.php. Still searching. |
I'm still facing this issue on my magento 2 site https://rootedobjects.com. Has anyone found a solution? |
@knambiar your issue is unrelated to Turpentine if you are having it on a Magento 2 site. The Turpentine module does not work with Magento 2. |
http://www.redirect-checker.org/index.php
Checking our site as a user, no 302 re-direct
Checking our site using GOOGLEBOT, 302 re-direct.
The only option we have found is to set Validate HTTP_USER_AGENT" to "No" which is a security related feature of Magento we would rather not switch off.
This prevents the 302 re-direct.
Any suggestions?
Same issue here: #881
The text was updated successfully, but these errors were encountered: