Controllers sub directory have identical controller |
I have a controller sub-directory named registrar and also i have a controller named Registrar.php Whenever i access the sub directory registrar and have a Registration.php i encounter a Page not Found .. example :: http://localhost/registrar/registration/register... But when i access the Registrar.php like :: http://localhost/registrar/method .. it is ok.. But when i renamed the registrar folder it works.. I just want to confirmed if it is a bug... Sample directory above... |
Messages In This Thread |
Controllers sub directory have identical controller - by Jheysoon - 11-08-2015, 06:48 PM
RE: Controllers sub directory have identical controller - by sv3tli0 - 11-13-2015, 04:33 AM
RE: Controllers sub directory have identical controller - by Jheysoon - 11-15-2015, 07:17 PM
RE: Controllers sub directory have identical controller - by ciadmin - 11-15-2015, 08:25 PM
RE: Controllers sub directory have identical controller - by sv3tli0 - 11-15-2015, 10:49 PM
|