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?
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?
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?
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
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:
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.
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]
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
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?
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!
Who is online
Users browsing this forum: No registered users and 5 guests