Welcome Guest, Not a member yet? Register   Sign In
Routing issue
#1

[eluser]Unknown[/eluser]
Hi All,
i am developing one application

where their will be two site
one

http://localhost/ci-acme/

and one admin section

http://localhost/ci-acme/__admin__


i am planning for dynamic page for normal section therefore i have changed the route.php

$route['(:any)'] = "maincms";

but now admin section is not opening.

than i changed this setting

$route['__admin__/news'] = "__admin__/news";

than this is coming
http://localhost/ci-acme/__admin__
but
this is not coming
http://localhost/ci-acme/__admin__/content

please suggest the way.

Regards
Anil


Messages In This Thread
Routing issue - by El Forum - 03-06-2012, 07:35 PM
Routing issue - by El Forum - 03-08-2012, 02:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB