Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    9
    Plugin Contributions
    0

    Default unsubscribe button url problem

    ZenCart Version 1.3.5 NEW INSTALLATION

    browsing as a Guest [anonymous] the IE6+ and IE7beta browser does this:
    both are set to allow this site as Trusted Site, Privacy Setting, and Popups.

    clicking Newsletter Unsubscribe in Information SideBox goes to this url -
    Code:
    https://www.somedomain.com/folder1/subfolder2/index.php?main_page=unsubscribe
    page displays properly

    upon clicking "unsubscribe" button on the above page the url address does this
    Code:
    https://www.somedomain.com/folder1/subfolder2/folder1/subfolder2/index.php?main_page=account_newsletters
    which is server page not found due to doubling of the folder path above

    if I cut one of the /folder1/subfolder2/ out of the browser's address string then click go it does this again:
    Code:
    https://www.somedomain.com/folder1/subfolder2/folder1/subfolder2/index.php?main_page=login
    which is server page not found due to doubling of the folder path above

    i believe it should be going to the zencart signup/login page as indicated in the path it tries to go to in the above address.

    i'm having trouble finding which file may be causing this path problem to occur.

    any suggestions or recommendations will be greatly appreciated.

    thank you.

  2. #2
    Join Date
    Jan 2006
    Posts
    9
    Plugin Contributions
    0

    Default Got It! Re: unsubscribe button url problem

    Got IT! can't set IIS to require secure on entire catalog

    and configuration.php's set to

    HTTP_SERVER
    Code:
    https://www.somedomain.com/folder1/subfolder2/
    and HTTP_CATALOG_SERVER
    Code:
    https://www.somedomain.com
    This causes the double /folder1/subfolder2/ on the Newsletter Unsubscribe path.

    Thanks sorry for the premature post.

 

 

Similar Threads

  1. Change Link for Unsubscribe Button
    By gandalfsmith in forum General Questions
    Replies: 2
    Last Post: 26 Oct 2011, 06:26 PM
  2. Remove unsubscribe button from unsubscribe page
    By IA7X ShadowsI in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Oct 2010, 08:30 PM
  3. How to get rid of Unsubscribe button?
    By robynannw in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jul 2010, 06:28 PM
  4. newsletter unsubscribe with a button
    By balihr in forum General Questions
    Replies: 1
    Last Post: 9 May 2010, 05:09 PM

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