jenssegers / codeigniter-hmvc-modules

Create HMVC modules with this lightweight extension for Codeiginter 2
http://jenssegers.be
188 stars 105 forks source link

Does not work with ? in url #20

Closed tasmanwebsolutions closed 9 years ago

tasmanwebsolutions commented 9 years ago

I would like to be able to use ? in url after the module name in url

http://localhost/project-hmvc-1/admin/?&route=common/dashboard

But will not allow the ? to work. It loads the home page and not the dashboard page

And if I remove the ? it works fine. I have tried it in routes.php and same issue just not allowing the ? after the module name

module name is admin.

Any ideas on how to make ? work I have tried to enable query strings to true but no luck. And I do not want to use codeigniter's enable_query_string.