1
我已經使用akrabat.com/zend-framework-tutorial/完成了Zend Framework的第一步。 Demo-App工作正常,但CSS。 我認爲我的重寫規則是錯誤的。所有的HREF樣子:重寫規則不起作用
- /~cm/zf-tutorial/public/index.php/index/edit/id/1
- /~cm/zf-tutorial/public/index.php/css /site.css
的是的.htaccess:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteBase/
RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php
有人可以給我一個提示,怎麼改?
它是我自己的錯。我已經安裝了一個新的apache2,並沒有在httpd.conf中用index.php完成DirectoryIndex的設置;-) 感謝您的提示! – former 2009-05-31 13:29:27