cancel
Showing results for 
Search instead for 
Did you mean: 

ERR_TOO_MANY_REDIRECTS - Shows for Product Detail Pages

ERR_TOO_MANY_REDIRECTS - Shows for Product Detail Pages

Hello - Looking for help with Magento Community Ed v1.9.3.9. Site is: christinesmithjewelry.com

 

I can login to the Dashboard and access all ADMIN functions fine. User to the site can view the site's Main Page and see the Product listing pages. When you try to click thru to the Product detail pages, the ERR_TOO_MANY_REDIRECTS - check cookies message appears. I have cleared cookies in Chrome, Firefox, Safari with no luck.

 

I can visit the backend of the individual product pages to edit content and images. Cleared all caches in System > Configuration. Any ideas on how to remedy this peculiar situation greatly appreciated!

 

Thanks!

3 REPLIES 3

Re: ERR_TOO_MANY_REDIRECTS - Shows for Product Detail Pages

Hello,

 

Please follow below steps once:

 

Place a new copy of .htaccess from a fresh Magento package and delete the cache and session folder as well. Then refresh and it should be good.

 

OR 

 

In the “core_config_data” table remove the value of “web/cookie/cookie_domain” and set “web/cookie/cookie_httponly” to “0”. Clear the cache by removing the files in “var/cache”.

 

OR

 

  1. Log in to your database using PHPMyAdmin or similar.
  2. Find the table labelled core_config_data
  3. Edit the rows entitled web/unsecure/base_url and web/secure/base_url 
  4. Edit the row web/url/redirect_to_base to 0 instead of 1
  5. Using your ftp client clear contents of both var/cache and var/sessions folders.

Please click on Kudos if it works for you. Cheers Coding Smiley Happy

 

Manish Mittal
https://www.manishmittal.com/

Re: ERR_TOO_MANY_REDIRECTS - Shows for Product Detail Pages

Ok, trying that - two comments...

 

You mention in this third step below to:

 

"Edit the rows entitled web/unsecure/base_url and web/secure/base_url "

 

But what values do I give them?

 

Also you advised clearing the var/cache and var/sessions folders using ftp. I am learning the var folders are only accessible using SSH.

Trying that...

 

Re: ERR_TOO_MANY_REDIRECTS - Shows for Product Detail Pages

Still doing multiple redirects when user requests to view individual product pages and timing out to fail.

 

I deleted Cache and Sessions folders, but they quickly refilled.

 

Other suggestions?

 

Dave M