View Single Post
  #1 (permalink)  
Old 07-10-2008, 05:18 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default ZF on IIS with ISAPI_Rewrite?

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.
Reply With Quote