How to use two footer as per the url
please post
How to use two footer as per the url
please post
Please explain. What is "the URL" and what do you mean by "two footers"?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
my site is using https on the checkout part other than it is using http so what i need when the connection on https://www.url.com footer will change or it will get disabled
You question is still unclear, but we're making some progress. This FAQ may be of help in understanding the different ways in which SSL needs to be set up depending upon the approach to security taken by your web host.
Some set ups also require that you have copies of some files like those making up the footer on both a normal and a secure server. Might that be what you are asking about. I generally advise Zen cart users with hosts who do this to get a new host.
Last edited by kuroi; 26 Sep 2008 at 03:40 PM.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
why do you need the footer turned OFF for ssl?
Zen cart PCI compliant Hosting
i got the below solution and it works
if (!$HTTP_SERVER_VARS["HTTPS"])
{
your conditions
}
thanks for your support