while we are the the site errors,
on page:
http://framework.zend.com/manual/en/
zend.controller.html#zend.controller.quickstart
7.1.2.3. Create your rewrite rules
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
it should be
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php
Tomek
On 5 Jul 2007, at 19:09, Darby Felton wrote:
Hi Jan,
Thanks for bringing this to our attention! Soon we will deploy an
update
to the website that includes the fix. :)
Best regards,
Darby
Jan Pieper wrote:
I don´t know who is the webmaster for framework.zend.com, but
there is a
small mistake. If I click on "Downloads"
(http://framework.zend.com/download) the "Downloads" tab is
highlighted.
If I now click on "Web Services"
(http://framework.zend.com/download/webservices/), ... or "Snapshots"
(http://framework.zend.com/download/snapshot/) the "Downloads" tab
isn´t
highlighted anymore. ;)
-- Jan