I have friendly URLs turned on in DNN and most of the time that's all I see. But when I go to the page in the CAT_Cart Module where credit card number is to be entered, all of a sudden it switches from friendly URL to querystring, like this:
http://www.domain.org/Default.aspx?TabId=411&cartpageno=4&CC=1&SSL=no
If I knew this would never change that would be fine but I need to enter a URL in a config file to redirect from port 80 to port 443 for this page (that is to say, to use SSL = https).
Is there something I have set somewhere that is making this URL, and only this one, use the querystring format instead of friendly URL?
Anybody know?
Only the credit card page will still use the querystring format if you enable fiendly URL's. Some gateways use the redirect URL to identify the sender and they can not handle friendly URL's. Also external some accounting applications which interact with CATALooK.netStore can not use friendly URL's on this point.