Closed tasmanwebsolutions closed 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.
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.