On Wed, 31 Mar 2010 21:03:01 +0800, scs wrote:
Your htaccess file is not taken into consideration. You can either check why it does not work or temporarily use it in the following way: http://dasn.users.sourceforge.net/zf/public/index.php/index/list I get an exception that says list action does not exist (no problem with your project..).
Thanks for your hint. I finally caught the point. In order to make it work, I should add RewriteBase to the .htaccess; in this case it should be:
RewriteBase /zf/public/ Now it works fine. Thank you again! -- Dasn
