Hi!
I have setup Grocery CRUD with my application and everything works fine except when an ajax call is made (pagination for example) and all the actions urls are incomplete, leading to a 404 error if clicked.
I attached 2 files, one showing the right destination url and the second one after an (any) ajax call.
Just for knowledge, I am using .htaccess to hide 'index.php', but the "problem" already existed before this change.
UPDATE
It seems the problem is with the flexgrid theme, I changed it to datatables and everything worked fine.