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

[eluser]rvillalon[/eluser]
I have the following in my route file

$route['(auth:any|about|help|legal|contact|admin|admin:any|modal|modal:any)'] = "$1";
$route['(:any)'] = "profile/view/$1";

However, I want the following link to NOT be redirected:

http://mywebsite.com/modal?TB_iframe=tru...modal=true

The modal:any isn't working for some reason. I'm thinking I might need regex?


Messages In This Thread
Routing issues - by El Forum - 09-23-2009, 01:32 AM
Routing issues - by El Forum - 09-23-2009, 01:40 AM
Routing issues - by El Forum - 09-23-2009, 01:46 AM
Routing issues - by El Forum - 09-23-2009, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB