Jump to content

Redirect Query


sfields477

Recommended Posts

Hi - I have an ecommerce website written in php. I've no experience and just starting to learn. On each product page there is a link to an internal web page, that correctly display in the address bar as http: when the link is clicked though it goes to https: I think I've found the script that controls it but can't see why it redirects through the SSL

<?php
    }

    if (tep_not_null($product_info['products_url'])) {
?>
      <tr>
        <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td>
      </tr>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
      </tr>
<?php


Any help is gratefully appreciated.
Link to comment
https://forums.phpfreaks.com/topic/29646-redirect-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.