I\'m stuck here, in wamp I run everything and works fine, however, when I tried to install my api in a centos box, I always get a \"Not Found\" error.
I dont know wh
Ok, I found the problem, thanks everyone for your help.
The solution was to set the AllowOverride
variable of the httpd.conf
file to All
instead of None
. As soon as I tried that it worked :)
Besides the mod_rewrite of apache, I didn't find another requirement to run restler, if I do, I'll edit this and put it here.
I found that this is a common issue with restler and it might be good to mention it in the documentation, hope this can help you.
PD: I must say that is very annoying to be voted down while editing my question when it didn't even passed a minute since I posted it, however I did as fast as I could. You might say "why did yout posted it then?" Because of the restler requirements part, it doesn't require much detail to answer that...