Welcome Guest, Not a member yet? Register   Sign In
program redirect of links
#4

I am having trouble understand what you want. So just to clarify, your current URL is "http://my_syte/catalog/item/my_product", but you want it to be "http://my_syte/id/2"?

In either way, this is a weird relation between the two, and you will have to manually map all values. In your application/config/routes.php you can do:
PHP Code:
$route["id/2"] = "catalog/item/my_product"
Reply


Messages In This Thread
program redirect of links - by Andryshok - 09-30-2015, 11:25 PM
RE: program redirect of links - by InsiteFX - 10-01-2015, 03:48 AM
RE: program redirect of links - by Andryshok - 10-01-2015, 04:01 AM
RE: program redirect of links - by slax0r - 10-01-2015, 05:58 AM
RE: program redirect of links - by mwhitney - 10-01-2015, 07:14 AM
RE: program redirect of links - by slax0r - 10-01-2015, 11:06 PM
RE: program redirect of links - by mwhitney - 10-02-2015, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB