Try the Demo

Magento Forum

   
How to run /contacts/ on https
 
FrankWL
Member
 
Total Posts:  34
Joined:  2009-06-26
 

Hi,
I have a ssl cert installed and the checkout process is secured.

Now I would like to run /contacts/ also on a secure page.

a) how do I call a secure page using {{store url="contacts"}}" ?

b) where does the system define which pages get secured after settung the secure base url in config?

Thanks,
FrankW

 Signature 

...............................
Frank Welsch-Lehmann
http://www.wl-partners.com // http://www.linkedin.com/in/frankwelschlehmann

 
Magento Community Magento Community
Magento Community
Magento Community
 
J.T.
Moderator
 
Avatar
Total Posts:  1961
Joined:  2008-08-07
London-ish, UK
 

From: http://www.magentocommerce.com/boards/viewthread/210710/

In app/code/core/Mage/Contacts/etc/config.xml

Add this below <frontend>

Add:

<secure_url>
<contacts>/contacts/</contacts>
</secure_url>

 Signature 

It takes two to tango, so don’t blame Magento right away if things go tits-up!

Mage Quick FAQ
Q. Installation problems with localhost/xamp/wamp/whatever and/or missing php extensions, help!
A. Get Zend Server - Community Edition is free and will make things a lot easier on you now and when deploying to production

 
Magento Community Magento Community
Magento Community
Magento Community
 
FrankWL
Member
 
Total Posts:  34
Joined:  2009-06-26
 

Thanks, working beautiful!

Can I copy app/code/core/Mage/Contacts/etc/config.xml

in app/code/local/Mage/Contacts/etc/config.xml

to make that upgrade safe?

FrankW

 Signature 

...............................
Frank Welsch-Lehmann
http://www.wl-partners.com // http://www.linkedin.com/in/frankwelschlehmann

 
Magento Community Magento Community
Magento Community
Magento Community
 
capnhud
Member
 
Total Posts:  37
Joined:  2010-07-15
 

each time that I try to create this in the app/code/local/Mage/Contacts/etc/config.xml it stops working why is that.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top