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
Views: 973
New Zenner
How to use two footer as per the url
please post
Totally Zenned
Please explain. What is "the URL" and what do you mean by "two footers"?
New Zenner
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
Totally Zenned
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.
Totally Zenned
why do you need the footer turned OFF for ssl?
New Zenner
i got the below solution and it works
if (!$HTTP_SERVER_VARS["HTTPS"])
{
your conditions
}
thanks for your support
Tell staff why this post should be reviewed.