Username or Email
Password:
Forgot Password
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
............................... Frank Welsch-Lehmann http://www.wl-partners.com // http://www.linkedin.com/in/frankwelschlehmann
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>
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
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
each time that I try to create this in the app/code/local/Mage/Contacts/etc/config.xml it stops working why is that.