Reputation: 335
I downloaded the Cordino
from here and put it in wamp directory www. Tried chekcing it on http://localhost/Coordino-master/
but that gives error
and this one
I looked for it and found this question but this didnt help either.
I am not sure how to solve this problem.
Help!
Upvotes: 0
Views: 513
Reputation: 1
which web-server are you using ? for best results with coordino you must use Apache or NGINX web-server you can see this tutorial on how to install it properly http://www.youtube.com/watch?v=Vxtc32nMi30
Upvotes: 0
Reputation: 3168
What the good devs at Coordino fail to mention - is that the application is built with CakePHP
So, in addition to using the re-write config found here:
http://book.cakephp.org/2.0/en/installation/url-rewriting.html
You must also tell apache that the root directory is
app/webroot/
i.e.
so that localhost
resolves to localhost/app/webroot/
(assuming you move the contents of Coordino-master/ into your root-web-directory)
without that fact being apparent to the user--
If I can clarify any further, let me know.
Upvotes: 1