Results 1 to 10 of 34

Threaded View

  1. #29
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: GET query string being stripped from url

    This is the redirect section from header_php.php
    PHP Code:
    // end action==send


    if (ENABLE_SSL == 'true' && $request_type != 'SSL') {
      
    zen_redirect(zen_href_link(FILENAME_REQUEST_A_QUOTE'''SSL'));

    This is the config file showing the protocol. I've edited it to reflect the state when the problem occurred

    PHP Code:
     Enter the domain for your store
     
    HTTP_SERVER is your Main webservereg-http://www.yourdomain.com
     
    HTTPS_SERVER is your Secure/SSL webservereg-https://www.yourdomain.com
     
    */
    define('HTTP_SERVER''http://domain.com'); --- Currently set to https
    define
    ('HTTPS_SERVER''https://domain.com');
    /**
     *  If you want to tell Zen Cart to use your HTTPS URL on sensitive pages like login and checkout, set this to 'true'. Otherwise 'false'. (Keep the quotes)

     */
    define('ENABLE_SSL''true');

    /** 
    Let me know if there's anything else you need.
    Last edited by badarac; 17 Jan 2020 at 07:41 PM. Reason: added code

 

 

Similar Threads

  1. v154 How to Get Count from Last Delete Query - Row Affected?
    By kwright in forum General Questions
    Replies: 3
    Last Post: 21 Feb 2016, 06:16 PM
  2. URL ends with a query string
    By lieven23 in forum General Questions
    Replies: 0
    Last Post: 18 Aug 2009, 09:24 PM
  3. How to remove zenid in query string?
    By suman07 in forum General Questions
    Replies: 6
    Last Post: 5 Feb 2008, 11:48 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