Welcome Guest, Not a member yet? Register   Sign In
intermittent error "Your config file does not appear to be formatted correctly."
#12

[eluser]InsiteFX[/eluser]
You could try this:
Code:
redirect('/controller/method/', 'refresh');

If it will not work try this:
Code:
$this->output->set_header("HTTP/1.0 200 OK");
$this->output->set_header("HTTP/1.1 200 OK");
$this->output->set_header('Last-Modified: '.gmdate('D, d M Y H:i:s', $last_update).' GMT');
$this->output->set_header("Cache-Control: no-store, no-cache, must-revalidate");
$this->output->set_header("Cache-Control: post-check=0, pre-check=0");
$this->output->set_header("Pragma: no-cache");

See output library.

InsiteFX


Messages In This Thread
intermittent error "Your config file does not appear to be formatted correctly." - by El Forum - 10-11-2010, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB