Hi there! I need some help. I've downloaded the framework and tried to follow the tutorial. But in my case the routes don't work. I created a project and generated a controller. Then added the simple index function. Tried to start it in the webbrowser...and nothing. I get the page_controller site and not the blog controller. then i tried to create an other controller for example xyz and tried to start localhost/blog/xyz .. and the same thing : Object not found!
Can anybody tell me whats the reason? In rails i've got no problems, but in this case.. i don't know?!
Thanks by the way, deveye
CommentAuthordeveye
I got it, but i've to add ?ak=controller/action/..
But now i want to try this on my webspace. what have i to change (rights with chmod) to get it work?
CommentAuthorKaste
that sounds like a mod_rewrite (Apache) thing.
enabled mod_rewrite?
set up an Alias, Virtual Host?
Looked in .htaccess in the public folder of your akelos-app?
CommentAuthordeveye
the domain thing is not a problem.. the rewrite rule is inside the htaccess!
But a bigger problem is that it don't load the page on my server.
"Error 403 - Access forbidden!Right could not be 777 max. 755 bla blupp.. but all files are 755?!?"