Hi folks I am trying to test a site it uses https protocol. The link:
display_button($target, "continue-shopping", "Continue Shopping"
;
$path = $PHP_SELF;
$path = str_replace("show_cart.php", "", $path);
display_button(" "go-to-checkout", "Go To Checkout"
;
generates the url:
and displays a cannot find server message
I am testing on a Windows XP system running Apache, any ideas
ps have tried the url:
and get the same problem
display_button($target, "continue-shopping", "Continue Shopping"
$path = $PHP_SELF;
$path = str_replace("show_cart.php", "", $path);
display_button(" "go-to-checkout", "Go To Checkout"
generates the url:
and displays a cannot find server message
I am testing on a Windows XP system running Apache, any ideas
ps have tried the url:
and get the same problem