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

[eluser]xtremer360[/eluser]
I have he following url for my codeigniter application and I'm trying to find out how I can view this specific controller with the url. The my-project is what is used for my cms and the "admin" url segment is a variable representing a section of the cms area, "users" is the module from which I need to get the admin.php file for. I am using the wiredesignz 3rd page HMVC plugin into this application.

testsitehere.com/my-project/admin/users

Code:
-application
    -modules
        -users
            -controllers
                admin.php

I have tried the following route but still received the 404 error page.

Code:
$route['my-project/:any/:any'] = '$1/$2/admin';

What am I doing wrong for it to not work?


Messages In This Thread
Module Routing - by El Forum - 02-03-2014, 04:44 PM
Module Routing - by El Forum - 02-03-2014, 05:44 PM
Module Routing - by El Forum - 02-03-2014, 07:20 PM
Module Routing - by El Forum - 02-03-2014, 09:27 PM
Module Routing - by El Forum - 02-04-2014, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB