Welcome Guest, Not a member yet? Register   Sign In
base url suddenly stopped working
#3

[eluser]johnmerlino[/eluser]
Thanks for the response. When user enters url, a method gets called that dynamically generates content from database for that url, so I had to check whether there was indeed a uri segment and if not redirect to a page:

Code:
elseif(!$this->uri->segment(1)){
                redirect('homes');
            }


Messages In This Thread
base url suddenly stopped working - by El Forum - 04-14-2011, 09:19 PM
base url suddenly stopped working - by El Forum - 04-15-2011, 10:07 AM
base url suddenly stopped working - by El Forum - 04-15-2011, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB