Welcome Guest, Not a member yet? Register   Sign In
Admin interface to control enabling and disabling of modules and controlling routes
#7

[eluser]Harold Villacorte[/eluser]
If you don't want someone to access the blog directly put this in the blog controller:

Code:
if ($this->uri->segment(1) == 'blog') {
  redirect('some_other_url/')
;}


Messages In This Thread
Admin interface to control enabling and disabling of modules and controlling routes - by El Forum - 01-24-2013, 08:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB