Jump to content

Problem with admin on SSL site


Guest Jim Miller

Recommended Posts

Guest Jim Miller

I have a copy of CC running on http://huskyzone.net/cart Every thing is running fine.

Copied every thing up to https://huskyzone.securelook.com/cart

- Made changes to the global.inc.php

- checked out front-end worked great

- checked out admin not so good.

When I type in https://huskyzone.securelook.com/cart/admin

It's doing a redirect to:

https://huskyzone.securelook.com/cart/admin/admin/login.php?goto=/cart/admin/index.php

I went back and checked on http://huskyzone.net/cart/admin

it also is doing a redirect but to correct location

http://huskyzone.net/cart/admin/login.php?...admin/index.php

---global.inc.php---

****huskyzone.net****

$glob['rootDir'] = '/usr/local/etc/httpd/htdocs/cart';

$glob['storeURL'] = 'http://www.huskyzone.net/cart';

****huskyzone.securelook.com****

$glob['rootDir'] = '/usr/local/cust/home/huskyzon/htdocs/cart';

$glob['storeURL'] = 'https://huskyzone.securelook.com/cart';

(I dont think there is a problem with these lines since front end works in both areas).

Any Ideas on this one, I am checking with my host, but at a loss on even where to start trouble shooting.

I've done some searching and havn't found any thing even close to this problem.

Link to comment
Share on other sites

Guest Jim Miller

Roban, first thanks for the help. I have not set up SSL in CC at all.

here's the step I went thru

setup CC on my local PC (fresh install) copied skin and made changes to it got it working and looking the way I wanted.

made the following changes to global.inc.php

$glob['dbhost'] = '216.117.144.36';

$glob['rootDir'] = '/usr/local/etc/httpd/htdocs/cart';

$glob['storeURL'] = 'http://www.huskyzone.net/cart';

copied files and DB over to http://www.huskyzone.net/cart & tested (every thing working fine)

then made the following changes to global.inc.php

$glob['rootDir'] = '/usr/local/cust/home/huskyzon/htdocs/cart';

$glob['storeURL'] = 'https://huskyzone.securelook.com/cart';

copied files and DB over to https://huskyzone.securelook.com/cart

Tested font-end of store works fine, but admin comes up with /admin/admin/ on redirect.

I have re-checked global.in.php and recopied filed from http://www.huskyzone.net/cart to https://huskyzone.securelook.com/cart, but still the same problem.

I was planning on running entire cart from my hosts secure area (https://domain-name.securelook.com)

since that was what it looks like most folks on the board recommend. It took a couple of days for them to setup, thats why I set CC up on my main domain (http://huskyzone.net) first to play with.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...