Ok, this is kinda tough for me to explain but i will do my best. Here is the thing, i have Zen-cart up and running fine with shared SSL. Everything works honky dory. What i would like to do is use a sub domain instead of the actual path. for example :
This Works :
define('HTTP_SERVER', 'http://www.mywebsite.com');
define('HTTPS_SERVER', 'https://s.p7.hostingprod.com/@mywebsite.com/ssl
');
This Doesn't : (I get a "No input file specified." Error
define('HTTP_SERVER', 'http://www.mywebsite.com');
define('HTTPS_SERVER', 'https://s.p7.hostingprod.com/@secure.mywebsite.com
');
As you can see i would prefer using the sub domains because i basically have 3 different websites on one domain.
Right now i don't have the extra funds to buy a SSL certificate nor another two domains let alone groceries for the weekWhich is one of the very many reason i have come to love this wonderful open source product. It's free! So if any of you could maybe help me out with this, if its even possible, it would be very much appreciated. Thanks


Which is one of the very many reason i have come to love this wonderful open source product. It's free! So if any of you could maybe help me out with this, if its even possible, it would be very much appreciated. Thanks

