First of all you need to make sure mod_rewrite is enabled (if you want your app to have nice urls)
If its enabled, you should check RewriteBase setting in your .htaccess.
If you can see your pages using ?ak=/book/author but not /book/author, you should try changing in your .htaccess file
# Options +FollowSymLinks
with
Options +FollowSymLinks
There is a thread on server issues when using Akelos that you might find helpful.
Probably pb in Apache config. I turned on "AllowOverride None"->"AllowOverride All", so allowed to redefine rules in .htaccess for projects
1 to 8 of 8