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

[eluser]garycooper[/eluser]
Hi Everyone,

First message here, so first thanks in advance for your welcome Smile

I watch and install the source file of shawn videocast (Shawn VideoCast)

I edit all config files to make it work on my local pc (config,virtual host, host)

When i try the url http://dev.website.local/ i'm redirect to the default controller that's good.

But when i try to reach other controller (login, dashboard) i get 404 error.

And my 404 error are not displayed with CI 404 template but default browser.

I think i've got a routing issue but after 4 hours research i can't find where....

here is my routes.php

Code:
$route['default_controller'] = "main";
$route['scaffolding_trigger'] = "";
$route['login'] = "main/login";
$route['logout'] = "main/logout";

thanks a lot for your help


Messages In This Thread
Routing issue - by El Forum - 09-13-2010, 09:09 AM
Routing issue - by El Forum - 09-13-2010, 09:12 AM
Routing issue - by El Forum - 09-13-2010, 09:15 AM
Routing issue - by El Forum - 09-13-2010, 09:17 AM
Routing issue - by El Forum - 09-13-2010, 09:21 AM
Routing issue - by El Forum - 09-13-2010, 09:26 AM
Routing issue - by El Forum - 09-13-2010, 12:58 PM
Routing issue - by El Forum - 09-14-2010, 01:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB