My question is: how can I change action path of add,edit,delete action in list page.
because I put my codeigniter in sub folder http://mydomain/codeigniter. So the button action had link to http://mydomain/action....
I want it change to http://mydomain/codigniter/action
I have already check var base_url, it's correct.
I want it change to http://mydomain/codigniter/action
I have already check var base_url, it's correct.
I will very happy and appreciated about your help?