Welcome Guest, Not a member yet? Register   Sign In
routing problem
#9

[eluser]Gewa[/eluser]
I made a topic by mistake, the main thing is that with your solution I have such problem.





Code:
$route['sites/([^/]+)/(.*)'] = '$2';
$route['default_controller'] = "content";

By idea when I go to

www.site.com/sites/sitename/

then the base_url=http://site.com/sites/sitename/ and I want that then default page that would be loaded is what I see when i go to

www.site.com/sites/sitename/content/

But I get just 404

What to do?


Messages In This Thread
routing problem - by El Forum - 07-20-2010, 04:23 AM
routing problem - by El Forum - 07-20-2010, 04:57 AM
routing problem - by El Forum - 07-20-2010, 05:08 AM
routing problem - by El Forum - 07-20-2010, 05:23 AM
routing problem - by El Forum - 07-20-2010, 09:02 AM
routing problem - by El Forum - 07-20-2010, 10:27 AM
routing problem - by El Forum - 07-21-2010, 01:02 AM
routing problem - by El Forum - 07-21-2010, 01:33 AM
routing problem - by El Forum - 07-27-2010, 02:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB