Welcome Guest, Not a member yet? Register   Sign In
Fully qualified SEO URLs, how to be allowed to use them?
#8

[eluser]meigwilym[/eluser]
You could try a regex in the routing. I'm not an expert on regex, but something like this

Code:
$route['([a-z]+)-([a-z]+)'] = "$1$2";

This isn't tested, so I'm unsure if it would work as intended. Maybe someone with more regex kung fu than I will help out.

Best,

Mei


Messages In This Thread
Fully qualified SEO URLs, how to be allowed to use them? - by El Forum - 07-22-2008, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB