Welcome Guest, Not a member yet? Register   Sign In
[Solved] Routing issue - need to redirect from url parameterized pages to new CodeIgniter nice urls
#14

[eluser]ehicks727[/eluser]
[quote author="BrianDHall" date="1257204765"]For that you'll need to use the if($_GET['id']) check on the setting of default controller, and route it appropriately to your rerouted controller.[/quote]


That worked.. thanks. I just put this into my default controller and it works great. Thanks for your help, I really appreciate it!

Code:
if ($_GET['id']) {
    redirect("/redirectstories/story/".$_GET['id'], 'location', 301);
}


Messages In This Thread
[Solved] Routing issue - need to redirect from url parameterized pages to new CodeIgniter nice urls - by El Forum - 11-02-2009, 11:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB