Welcome Guest, Not a member yet? Register   Sign In
Help with route regex if specific words are present
#4

[eluser]Imran Tariq[/eluser]
Instead of using this
[quote author="CroNiX" date="1294967168"]
$route['about'] = 'custom_page/about';
$route['home'] = 'custom_page/home';
$route['help'] = 'custom_page/help';[/quote]
You should try this
Quote:$route['about|home|help'] = 'custom_page/$1';


Messages In This Thread
Help with route regex if specific words are present - by El Forum - 01-13-2011, 12:30 PM
Help with route regex if specific words are present - by El Forum - 01-13-2011, 12:59 PM
Help with route regex if specific words are present - by El Forum - 01-13-2011, 01:06 PM
Help with route regex if specific words are present - by El Forum - 01-18-2011, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB