Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Using two footers on site as per the url

Using two footers on site as per the url

Locked

Views: 973

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Sep 2008, 11:35 AM
#1
amit001 avatar

amit001

New Zenner

Join Date:
Jul 2008
Location:
India
Posts:
46
Plugin Contributions:
0

Using two footers on site as per the url

How to use two footer as per the url
please post

26 Sep 2008, 12:02 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Using two footers on site as per the url

Please explain. What is "the URL" and what do you mean by "two footers"?

26 Sep 2008, 2:28 PM
#3
amit001 avatar

amit001

New Zenner

Join Date:
Jul 2008
Location:
India
Posts:
46
Plugin Contributions:
0

Re: Using two footers on site as per the url

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

26 Sep 2008, 2:36 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Using two footers on site as per the url

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.

26 Sep 2008, 2:37 PM
#5
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Using two footers on site as per the url

why do you need the footer turned OFF for ssl?

30 Sep 2008, 10:27 AM
#6
amit001 avatar

amit001

New Zenner

Join Date:
Jul 2008
Location:
India
Posts:
46
Plugin Contributions:
0

Re: Using two footers on site as per the url

i got the below solution and it works

if (!$HTTP_SERVER_VARS["HTTPS"])
{

your conditions

}

thanks for your support