06-22-2010, 05:13 AM
[eluser]alexaaaaaaaaaa[/eluser]
Hi, i have CI application and i have installed on my server SSL certification and i want to install it in some pages, but my page is like this
<?php $this->load->view('header'); ?> <?php $this->load->view('sidebar'); ?> <?php $this->load->view('footer'); ?>
How can i call them with https ? i mean if i comm this blocks of php it's working (the SSL)
But how can i "call" them with https
Thanks,
Alexa
Hi, i have CI application and i have installed on my server SSL certification and i want to install it in some pages, but my page is like this
<?php $this->load->view('header'); ?> <?php $this->load->view('sidebar'); ?> <?php $this->load->view('footer'); ?>
How can i call them with https ? i mean if i comm this blocks of php it's working (the SSL)
But how can i "call" them with https
Thanks,
Alexa