I had used it before but only briefly. I left and went to c9.io. To me the interface is much nicer, its still free and and works pretty much right away.
I trying it now and I noticed something wierd. Im following a tutorial where url/cats schould return all cats. But then I see a 404 error. When I do url it returns all cats.
Do you know how to solve this ?
Roelof
roelof1967 said:
I trying it now and I noticed something wierd. Im following a tutorial where url/cats schould return all cats. But then I see a 404 error. When I do url it returns all cats.
Do you know how to solve this ?
Roelof
Without seeing your code or the the tutorial your talking about, it's hard to determine the cause.
cpass :
Im following the getting started book.
I think that somehow roelof.koding.com/cats/public/index.php have to be rewritten to roelof.koding.com/cats
Roelof
It looks like you didn't set the doc root correctly for starters. IIRC koding allows you to modify the apache config to do this. The default .htaccess did work for me out of the box also so you shouldn't have an issue with index.php either.
Also the server is not started so I can't see the issue.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community