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.
