i'm using chronoforms with joomla 1.5 and i need to activate ssl on the form page of my website.
I bought the SSL certificate and the https support from my hosting provider and now i'm this situation:
my "unsecure" site is on http://www.mysite.com
my secure area instead is on something like this url: https://mysitecom.secureserver.com.
If i connect to https://mysitecom.secureserver.com i get automatically redirected to the same index.php that i created on my unsecure area, but the same page index.php and all the other pages of the website now are protected with https.
Now the problem is:
if i enable SSL on the page by activating SSL from the Menu Item Edit page in the Joomla Admin Area, when i click on the menu item i get redirected to https://www.mysite.com/form_page that is not correct, because i need to be redirected to https://mysitecom.secureserver.com/form_page
How can i do it?
I tried writing this control on the index.php of the template but it doesn't work.
- Code: Select all
if($option == 'com_chronocontact'){
$mosConfig_live_site = 'https://mytopit.serversicuro.it/';
}else{
$mosConfig_live_site = 'http://www.mytop.it';
}
Someone can help me?
Thanks.
Ps:ask me for better explainings if there's something that is not clear
pps: sorry for my english:unsure:
