Welcome Guest, Not a member yet? Register   Sign In
Not redirecting
#1

[eluser]stuffradio[/eluser]
On my localhost I have it setup to redirect to a certain page if certain conditions are met. For example if they go, http://yoursite.com then I have it http://yoursite.com/index.php/Controller/method.

It won't do that on the host and it's not a code error. Any ideas?
#2

[eluser]theprodigy[/eluser]
can you show the code you are using, please.
#3

[eluser]stuffradio[/eluser]
Code:
<?php

        if ($this->uri->segment(1) == "" || strlen($this->uri->segment(1)) == 0):
        redirect(site_url("Page"));
        endif;        
?>




Theme © iAndrew 2016 - Forum software by © MyBB