Post by swoodbury » Sun Aug 29, 2010 2:27 am

Hi.

I have a clean install of 1.4.8b with updated templates. it is in http://gator1138.hostgator.com/~lobels/schools/upload/

I have created a sym-link between the install directory (upload) and another directory (patterson)

i have updated the admin/config.php file to have the correct https entries:
// HTTP
define('HTTP_SERVER', 'http://gator1138.hostgator.com/~lobels/ ... oad/admin/');
define('HTTP_CATALOG', 'http://gator1138.hostgator.com/~lobels/schools/upload/');
define('HTTP_IMAGE', 'http://gator1138.hostgator.com/~lobels/ ... oad/image/');

// HTTPS
define('HTTPS_SERVER', 'https://gator1138.hostgator.com/~lobels ... oad/admin/');
define('HTTPS_CATALOG', 'https://gator1138.hostgator.com/~lobels/schools/upload/');
define('HTTPS_IMAGE', 'https://gator1138.hostgator.com/~lobels ... oad/image/');


i have setup 2 stores: default and patterson
i configured the default's URL as: https://gator1138.hostgator.com/~lobels/schools/upload/
and the patterson's url is: https://gator1138.hostgator.com/~lobels ... patterson/

but when i access https://gator1138.hostgator.com/~lobels ... patterson/ i get the default store.

If i turn off all the SSL: the select radio button in the store's server tab, and use an http:// url, it all works and i get the right store.


any ideas what i'm doing wrong?

Newbie

Posts

Joined
Sun Aug 29, 2010 2:16 am

Post by wilsonid » Thu Sep 09, 2010 12:25 am

Anyone have a suggestion? I'm having a similar issue.
My host has installed a wildcard SSL certificate, but when installed, my second store goes to the primary store's front page when I click "checkout".

My primary store is at domain.com/store and my second store is at substore.domain.com. Should both stores be on subdomains instead of just the second store?

Wilsonid


Newbie

Posts

Joined
Thu Jul 01, 2010 11:44 pm

Post by McGreal » Fri Apr 08, 2011 9:49 pm

Has anyone gotten a solution for this yet. I have same problem of getting default store instead of secondary stores. SSL doesn't seem to matter. This is hostgator shared account.

Newbie

Posts

Joined
Fri Apr 08, 2011 9:10 pm

Post by FlexiHost » Sat Apr 09, 2011 4:39 am

How we have done it, and works very well is:

http://www.playmobil.co.nz is the main website/domain name.

We have the second domain http://www.leapfrogtoys.co.nz parked on top of the Playmobil one.

From there, we setup the second store under settings. Now, that account has it's own dedicated IP address, and a single SSL certificate would be fine, if you were only running a single store, but we are not, so off to get a multi domain SSL certificate, with the playmobil.co.nz being the main one, and the leapfrogtoys.co.nz being the second one.

Install SSL, all works sweet.

Now, I did have the issue where if you went to http://leapfrogtoys.co.nz it would bring up the playmobil.co.nz site - putting the www in front sorted that, so in the htaccess file we have:

Code: Select all

RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
which sorts everything out.

Having a brief read through your one, it sounds like you have 2 hosting accounts, for the store, whereas you only need to have the single account.

Hope that might help.

FlexiHost NZ http://www.flexihost.co.nz


New member

Posts

Joined
Tue Mar 02, 2010 6:13 am
Location - Christchurch, New Zealand

Post by cwswebdesign » Tue Apr 10, 2012 9:05 am

Flexihost,

I just went to check out your site and your SSL expired a few days ago! Which wildcard SSL did you buy to work both domains?

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA
Who is online

Users browsing this forum: No registered users and 5 guests