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

[eluser]dynZack[/eluser]
Extend the Router class with the following MY_Router :

Code:
<?php
class MY_Router extends CI_Router
{
function _set_request($segments = array()) {
  parent::_set_request(str_replace('-', '_', $segments));
}
}


Messages In This Thread
Fully qualified SEO URLs, how to be allowed to use them? - by El Forum - 12-17-2010, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB