convello
02-01-2007, 05:25 PM
so i need to have ssl enabled to handle transactions to my merchant account and i've tried to enable it every way i've seen documented or in the forums. i've used the forum search function and read all of the other threads on ssl and have followed the directions. i'm using a shared ssl certificate through perfora.net with 1&1 hosting providers. i've modified my config.php to the following
// Host and directory where cs-cart is installed on usual server
$cscart_http_host = 'www.mystore.com';
$cscart_http_dir = '/shop';
// Host and directory where cs-cart is installed on secure server
$cscart_https_host = 'ssl.perfora.net';
$cscart_https_dir = '/mystore.com/shop';
and also have ssl enabled for admin login and shopping cart in general settings yet whenever i try to access admin or the shopping cart now i get internal server errors or "error can't load" its also strange that when i load the site, www.hampdenclothing.com/shop/admin.php the following syntax is appended
https://ssl.perfora.net/mystore.com/shop/admin.php?acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd
it seems odd to me tha the syntax would repeat the same variables over and over again so it makes me think i might've typed something wrong in the config.php but as far as i can see everything is setup how its instructed to be. any help on this would be appreciated i have a deadline i'm trying to reach and ssl is the only problem i have left to fix.
// Host and directory where cs-cart is installed on usual server
$cscart_http_host = 'www.mystore.com';
$cscart_http_dir = '/shop';
// Host and directory where cs-cart is installed on secure server
$cscart_https_host = 'ssl.perfora.net';
$cscart_https_dir = '/mystore.com/shop';
and also have ssl enabled for admin login and shopping cart in general settings yet whenever i try to access admin or the shopping cart now i get internal server errors or "error can't load" its also strange that when i load the site, www.hampdenclothing.com/shop/admin.php the following syntax is appended
https://ssl.perfora.net/mystore.com/shop/admin.php?acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd&acsid=11d28da8af9ead53f173ebccb47348a9&sl=EN¤cy=usd
it seems odd to me tha the syntax would repeat the same variables over and over again so it makes me think i might've typed something wrong in the config.php but as far as i can see everything is setup how its instructed to be. any help on this would be appreciated i have a deadline i'm trying to reach and ssl is the only problem i have left to fix.