PDA

View Full Version : Get an account - page not found



pjb14
May 24th, 2003, 05:20 PM
I have installed and am testing the demo cart, but when I check "get an Account" I get a page not found screen.

My test cart is at:

www.webberdesigns.com/demo.php

Thanks.

pjb14
May 24th, 2003, 06:04 PM
I reset my site secure root to the non-secure root and it works.

Now I just have to figure out why my secure root settings did not...

// site_secure_root is the path to your web root using HTTPS or (SSL). This is for secure transactions.
// if your server does not support SSL, then make this variable the same as site_www_root


$site_secure_root = "http://www.webberdesigns.com";

Jamie
May 27th, 2003, 09:34 PM
That definitely makes sense. The URL you specify for $site_secure_root must be accessible via a browser, and must bring up the same page as your $site_www_root does.

Thanks,
Jamie