I have try Akelos from tutorial (http://www.akelos.org/docs/tutorials/booklink); I am under a MAC OS Leopard and MAMP environment. I have the akelos into the htdocs/akelos; i have create the booklink into the htdocs/booklink folder. When i type http://localhost:8888/booklink i have the explorer windows of the folder. I need to navigate into http://localhost:8888/booklink/public for create the database connection. After i run the script and all files are created correctly, but if i type http://localhost:8888/booklink/author i get a 404 Error.In the booklink folder i have this .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase booklink </IfModule