HMVC: Routing issue |
[eluser]qpixo[/eluser]
[quote author="weboap" date="1337281650"]in : application/config/routes.php Code: //add [/quote] If I understand this line, it's actually disallow login or backend (optional) and all of its sub controllers... My issue is when submitting a login form, it doesn't redirect me to sub controller that I've defined. I've tried to remove '.*', it can go through but Now, my main public site controllers can't recognize ex: www.site.com/site/contact (Page not found) Code: //add |
Messages In This Thread |
HMVC: Routing issue - by El Forum - 05-16-2012, 01:25 PM
HMVC: Routing issue - by El Forum - 05-16-2012, 02:38 PM
HMVC: Routing issue - by El Forum - 05-17-2012, 08:22 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 09:38 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 10:59 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:16 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:45 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 11:55 AM
HMVC: Routing issue - by El Forum - 05-17-2012, 12:00 PM
HMVC: Routing issue - by El Forum - 05-17-2012, 12:07 PM
HMVC: Routing issue - by El Forum - 05-22-2012, 10:32 AM
HMVC: Routing issue - by El Forum - 05-22-2012, 10:49 AM
|