Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Wrong redirect


Guest

Recommended Posts

Posted

Hi

 

I have just installed 2.3.3.4 and have configured the configure.php as follows in

a sub directory

 

cataloge>includes>

define('HTTP_SERVER', 'http://mysite.co.nz/');

define('HTTPS_SERVER', 'https://mysecure web server.co.nz/~newsite');

define('ENABLE_SSL', true);

 

and in admin>includes

define('HTTP_SERVER', 'https://my secure web server.co.nz/~newsite');

define('HTTP_CATALOG_SERVER', 'https://my secure webserver.co.nz/~newsite');

define('HTTPS_CATALOG_SERVER', 'https://my secure web server.co.nz');

define('ENABLE_SSL_CATALOG', true);

 

The admin area is secured OK but the whole site www.mysite.co.nz is also secured. When I click on "Online Cataloge it takes me to https etc instead of http//www etc.

 

Hope somebody can understand this and tell me what I need to correct. I have tried all sorts, but not the right soultion.

 

Many thanks

Grandpa

Posted

hi Grandpa

 

i'm not sure but the URL in this part has https written. shouldn't that be http ?

 

and in admin>includes

define('HTTP_SERVER', 'https://my secure web server.co.nz/~newsite');

define('HTTP_CATALOG_SERVER', 'https://my secure webserver.co.nz/~newsite');

Posted

Hi

 

Many thanks. Will try. looks like it might solve the problem

 

Grandpa

Posted

I don't think you need to correct anything. If you click a link from your (secured) admin into your shop it will go to your secure shop, as you have told your admin that your shop lives at https://my secure web server.co.nz/~newsite

 

If you now are on https://my secure web server.co.nz/~newsite and click a link to (say) specials.php, you should end up the specials page on your correct shop URL http://

 

If you go to the https from your admin, nothing to worry about. No one else other than you can do that.

In fact, lots of sites these days work solely on https (although I do believe that this is un-necessary)

 

Posted

Hi Burt

 

Thanks for that. How stupid am I

 

Cheers

 

Grandpa

Archived

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

×
×
  • Create New...