Welcome Guest, Not a member yet? Register   Sign In
I want my entire website works or open only with https
#6

[eluser]Tejas D[/eluser]

Hi PhilTem,


The entire process is little bit lengthy.But I require https for opera, as it doesnot reloading
the page on clicking back button of browser.

somewhere I read problem can be solved by using https for opera.So, I am trying to use https.
But my entire website develop & work with http.


I want reload the page on clicking back button of the browser.

I used the below code As:

public function clear_cache(){
$this->output->set_header(“Cache-Control: no-store, no-cache, must-revalidate, no-transform, max-age=0, post-check=0, pre-check=0”);
$this->output->set_header(“Pragma: no-cache”);
}

This above code works fine with firefox,chrome.But doesnot work with opera.

Please can you give me solution on this.I want my website work also on opera.

Thanks in advance.


Messages In This Thread
I want my entire website works or open only with https - by El Forum - 09-17-2012, 01:07 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 01:25 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 03:13 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 05:25 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 05:38 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 07:00 AM
I want my entire website works or open only with https - by El Forum - 09-17-2012, 12:35 PM
I want my entire website works or open only with https - by El Forum - 09-18-2012, 04:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB