I've done the first steps in Zend Framework with akrabat.com/zend-framework-tutorial/. The Demo-App works fine, but the CSS. I think my rewrite rules are wrong. All hrefs looks like:
- / ~ Cm/zf-tutorial/public/index.php/index/edit/id/1
- / ~ Cm / zf-öğretici / public / index.php / css / site.css
. Htaccess olduğunu:
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
Birisi bana bunu değiştirmek için nasıl bir ipucu verebilir misiniz?