Anyone using Zend Framework on IIS and using ISAPI_Rewrite to do your rewrites? If so, care to share your rewrite rule here? I have an occasional error that I figure can only be caused by my rule and I want to compare. Here is mine:
Code:
RewriteRule ^[\w/\%]*(?:\.(?!(?:js|ico|gif|jpg|png|css)$)[\w\%]*$)? /intranet/ZF/index.php [i]
I have a few conditions before this, but I dont think they are the problem.