Welcome Guest, Not a member yet? Register   Sign In
Routing question and error
#1

[eluser]god_module[/eluser]
I'm trying to route an URL like this
Quote:http://www.example.com/Tennis
to
Quote:http://www.example.com/search/filter/Tennis/AND/0/0

using the following routing rules:
Code:
$route['(:any)'] = 'search/filter/$1/AND/0/0';

This is not working. I get an error:
Quote:Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 47 bytes) in project\system\database\drivers\mysql\mysql_result.php on line 162

Does anyone have an idea?

Thanks,
Greg


Messages In This Thread
Routing question and error - by El Forum - 08-21-2009, 07:51 AM
Routing question and error - by El Forum - 08-21-2009, 07:56 AM
Routing question and error - by El Forum - 08-21-2009, 07:56 AM
Routing question and error - by El Forum - 08-21-2009, 08:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB