Have you checked your HTML for broken links? Although the HTML may validate,
a <link> or <img> tag with an empty source (href, src, etc.) will resolve to
the current page and can cause a double request. Also check your CSS -- a
background image URL or @import directive may be broken.

--
*Hector Virgen*
Sr. Web Developer
Walt Disney Parks and Resorts Online
http://www.virgentech.com



On Tue, Oct 12, 2010 at 1:47 PM, debussy007 <debussy...@gmail.com> wrote:

>
> In my htaccess file, I have the following rule :
>
> RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
>
> In the access logs of Apache, there are no 404 for that request, only the
> below (you may see the double request) :
>
> 127.0.0.1 - - [12/Oct/2010:22:40:42 +0200] "GET
> /xyz/agenda/index/index/dateStart/31-01-2011 HTTP/1.1" 200 6682
> 127.0.0.1 - - [12/Oct/2010:22:40:43 +0200] "GET
> /xyz/agenda/index/index/dateStart/31-01-2011 HTTP/1.1" 200 6682
>
> The page has been validated strictly HTML 4.01
> I disabled all my Firefox extensions.
>
> I still got the error. Anyway, I'll just keep looking for the problem ...
> if
> you have any other idea, please share.
> Thanks
> --
> View this message in context:
> http://zend-framework-community.634137.n4.nabble.com/Firefox-double-request-tp2992431p2992708.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>

Reply via email to