Hello Hugo,
I'm at the end of my wits (not that I have many) but I've exhausted all other possibilities, does Hiawatha by any chance not support query string in a php application? Like so :
https://www.learnlaravel.com/api/users?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=5&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&_=1389884846636
This is my re-write rule to remove the /index.php/ from my url :
UrlToolkit {
ToolkitID = laravel
RequestURI exists Return
Match .* Rewrite /index.php
}
Hiawatha version: (the latest)
Operating System: Lubuntu 13.10