Welcome Guest, Not a member yet? Register   Sign In
Not new but trying to figure out how to go about this (Controller + Route / Remap ? )
#3

[eluser]tomcode[/eluser]
Guess You mean this :

1. Your site's home is handled by controller welcome.php
2. the rest is handled by controller interior.php

To achieve this change Your config/routes.php :
Code:
$route['default_controller'] = "welcome";
$route[':any'] = "interior";


Messages In This Thread
Not new but trying to figure out how to go about this (Controller + Route / Remap ? ) - by El Forum - 12-13-2010, 10:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB