-- Tomek Klas <[EMAIL PROTECTED]> wrote
(on Thursday, 05 July 2007, 08:24 PM +0100):
> 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

I have exactly the first rule (without leading slash) in several sites
running at the document_root, and all work fine.

/index.php would actually cause issues if you run sub-sites with their
own front controller instances - they'd try to use the index.php
directly beneath the document root.


> 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
> 
> 
> 

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to