Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29
  1. #11
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ERR_Too_Many_Redirects

    Anything in your .htaccess file will be applied, regardless of whether it is Enabled or Disabled in Zen Cart.

    If you delete everything in the .htaccess file except for:
    Code:
    #############################
    ##  General Settings
    
    Options  +SymLinksIfOwnerMatch -FollowSymlinks -Indexes
    
    RewriteEngine ON
    
    # Define the default Character Set for Browsers
    AddDefaultCharset utf-8
    
    # if an https URL is not used then redirect to use https
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
    
    # regardless of whether an https URL is used,
    # if a URL is used without www then redirect to an https URL that does use www
    RewriteCond %{HTTP_HOST} ^example.com [NC]
    RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
    What happens?

  2. #12
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: ERR_Too_Many_Redirects

    Thank you for the quick reply.

    I have deleted old .htaccess and created a new one using your code above. I have kept CEON _URL _MAPPING turned off on the admin.

    Still get the ERR_TOO_MANY_REDIRECTS when going through to the checkout page and FYI the zenID is in the URL.

  3. #13
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ERR_Too_Many_Redirects

    And if you delete everything in the .htaccess file - what happens?

    Also can you copy & paste all settings shown for Title and Value in
    Admin -> Configuration -> Sessions

  4. #14
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: ERR_Too_Many_Redirects

    Deleted .htaccess completely earlier and it still had the same issue.

    Admin>>config>> sessions

    Title Value
    Session Directory /home11/mydomain/public_html/cache
    Cookie Domain ------ True
    Force Cookie Use ------ False
    Check SSL Session ID----- False
    Check User Agent ----- False
    Check IP Address ----- False
    Prevent Spider Sessions ----- True
    Recreate Session ---- True
    IP to Host Conversion Status---- true
    Use root path for cookie path ---- False
    Add period prefix to cookie domain ---- True

  5. #15
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ERR_Too_Many_Redirects

    So first problem is to stop zenID in the URL from appearing after showing the first time.

    Force Cookie Use ------ False
    - change this to True, does zenID to continue to show all the time?

  6. #16
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: ERR_Too_Many_Redirects

    no zenid this time and have gone through the site added to cart and then logging in and trying to checkout.

    Still get the error at the checkout stage ERR_TOO_MANY_REDIRECTS

    go back and then to check out page and get the correct page come up. Go back to cart, delete some thing or add something and then go to check out and I get the ERR_TOO_MANY_REDIRECTS again.

  7. #17
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ERR_Too_Many_Redirects

    What does your Apache Error log say about the reason for the Too Many Redirects error msg?

    What modules have you installed that would apply to payment / checkout methods?

    Does the error occur regardless of what payment method is chosen? You should setup Check/Money Order option for testing purposes.

  8. #18
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: ERR_Too_Many_Redirects

    at moment using paypal express and cheque/money order payment modules. The error is occuring before you get to the page that you choose your payment options.


    Is the apache error log visible from zencart admin or is that through the cpanel for my hosting?

  9. #19
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ERR_Too_Many_Redirects

    cPanel -> Metrics -> Errors

    Other than CEON module have you installed any others?

  10. #20
    Join Date
    May 2005
    Posts
    532
    Plugin Contributions
    0

    Default Re: ERR_Too_Many_Redirects

    I have been using the Tableau template from Numinix which has COWOA and FastEasy checkout, css/js loader, installed as part of the package.

    I have stock by attributes and X-Sell which I added in addition as well as the Ceon Mapping of course.

    Only Errors showing are url relate to product unless I am looking at the wrong place it shows only 300 errors and there are only 4 of them which are page not found and they show product related links.
    Last edited by MikeyG; 7 May 2017 at 02:19 PM.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v154 not Respecting Context of a Link to a Category/Product page using CEON URI MAPPING
    By lruskauff in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Jun 2015, 07:17 AM
  2. 151 Paypal express 404 error using CEON URI Mapping
    By Jewm in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 29 Jul 2014, 01:36 PM
  3. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM
  5. Media Manager clips broken -- using CEON URI Mapping
    By gradyscott in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 17 Jun 2011, 12:56 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR