Transforming codeigniter URLs to SEO friendly URLS |
[eluser]bretticus[/eluser]
I just tried your example on a project I am working on and it worked just fine: Code: $route['world-travel-locations'] = 'videos/index'; I used http://domain.com/world-travel-locations. What do your routes look like? What do you have configured for $config['uri_protocol']? Are you hiding the index.php with mod_rewrite? If so, what does your .htaccess file (or equivalent) look like? |
Messages In This Thread |
Transforming codeigniter URLs to SEO friendly URLS - by El Forum - 10-28-2010, 05:31 PM
Transforming codeigniter URLs to SEO friendly URLS - by El Forum - 10-28-2010, 07:09 PM
Transforming codeigniter URLs to SEO friendly URLS - by El Forum - 10-28-2010, 07:47 PM
Transforming codeigniter URLs to SEO friendly URLS - by El Forum - 10-29-2010, 05:28 AM
Transforming codeigniter URLs to SEO friendly URLS - by El Forum - 10-29-2010, 05:30 AM
|