Search code examples
phpmodel-view-controllercodeigniter-2grocery-crud

Grocery crud in windows hosting


I have setup Codeigniter on my server and I installed Grocery crud on it. Unfortunately server is windows based and does not support url rewriting and I am stuck using Grocery crud with it.

Can someone explain the solution to this, as I searched grocery crud forum and found nothing.

Regards


Solution

  • Change config file in CodeIgniter and change $config['querystring'] = false

    Now you can access GroceryCrud library functions like this www.example.com/index.php/ControllerClass/FunctionName