Welcome Guest, Not a member yet? Register   Sign In
DrF Reverse Routing
#5

[eluser]drfloob[/eluser]
You're welcome. It's good to have someone to discuss this stuff with :-)

Reverse Routing doesn't attempt to deal with how redirects are handled, just how uri's are translated.

You're right though, a 301 redirect would be necessary if you're changing a well-established url. However, the ways that legacy routes are handled (or not) are probably a lot more personal and varying than this general concept, so I would leave it to the individual developer to decide their own preference.

Off the top of my head, if you want legacy routes to be redirected with a 301, I suppose you could redirect old routes to a "LegacyRoute" controller with some url translation and 301 redirect magic ... or any number of other solutions. The url helper's set_header function goes back to CI v1.4.1, so it's possible to do a 301 redirect up to about 2 years ago, but yeah, v1.6.2 definitely made it more convenient.

Whether anything else breaks in CI version < 1.6.2 is beyond me ;-)


Messages In This Thread
DrF Reverse Routing - by El Forum - 05-22-2008, 06:12 PM
DrF Reverse Routing - by El Forum - 05-23-2008, 01:54 AM
DrF Reverse Routing - by El Forum - 05-23-2008, 02:33 AM
DrF Reverse Routing - by El Forum - 05-23-2008, 03:13 AM
DrF Reverse Routing - by El Forum - 05-23-2008, 03:54 AM
DrF Reverse Routing - by El Forum - 05-23-2008, 03:55 PM
DrF Reverse Routing - by El Forum - 05-23-2008, 04:53 PM
DrF Reverse Routing - by El Forum - 02-21-2009, 11:38 AM
DrF Reverse Routing - by El Forum - 03-18-2009, 03:52 PM
DrF Reverse Routing - by El Forum - 03-24-2009, 06:09 AM
DrF Reverse Routing - by El Forum - 03-31-2009, 06:15 PM
DrF Reverse Routing - by El Forum - 04-03-2009, 04:50 AM
DrF Reverse Routing - by El Forum - 04-03-2009, 03:44 PM
DrF Reverse Routing - by El Forum - 04-14-2009, 06:05 AM
DrF Reverse Routing - by El Forum - 04-16-2009, 10:50 AM
DrF Reverse Routing - by El Forum - 11-25-2009, 04:41 AM
DrF Reverse Routing - by El Forum - 11-25-2009, 10:26 AM
DrF Reverse Routing - by El Forum - 11-26-2009, 03:55 PM
DrF Reverse Routing - by El Forum - 09-01-2010, 01:27 PM
DrF Reverse Routing - by El Forum - 09-01-2010, 04:17 PM
DrF Reverse Routing - by El Forum - 09-01-2010, 04:49 PM
DrF Reverse Routing - by El Forum - 09-02-2010, 02:57 AM
DrF Reverse Routing - by El Forum - 09-02-2010, 07:49 AM
DrF Reverse Routing - by El Forum - 09-16-2010, 09:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB