Welcome Guest, Not a member yet? Register   Sign In
url rewrite problem
#6

[eluser]fesweb[/eluser]
I think you're looking for "routes" functionality.

In your config/routes.php file:
Code:
$route['test/:any'] = "welcome/test/";
$route['test'] = "welcome/test/";

Something like that should do it.


Messages In This Thread
url rewrite problem - by El Forum - 08-26-2008, 06:10 AM
url rewrite problem - by El Forum - 08-26-2008, 08:24 AM
url rewrite problem - by El Forum - 08-26-2008, 08:42 AM
url rewrite problem - by El Forum - 08-26-2008, 08:45 AM
url rewrite problem - by El Forum - 08-26-2008, 08:59 AM
url rewrite problem - by El Forum - 08-26-2008, 09:21 AM
url rewrite problem - by El Forum - 08-26-2008, 09:26 AM
url rewrite problem - by El Forum - 08-26-2008, 09:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB