Hello,

Does anyone use IIRF with Zend Framework and IIS?

I am using IIS6 and I am having great difficulty creating the correct
rewrite rules for IIRF that will work with Zend Framework.

So far I have the following in my IsapiRewrite4.ini:

RewriteRule ^/(.*(js|ico|gif|jpg|png|flv|swf|css))$ /$1 [L,I,U]
RewriteRule ^(.*)$ /index.php [L,I,U]

This works fine EXCEPT when making any HTTP GET requests such as:

http://www.example.com/search?query=myquery

The contents of $_GET are blank yet it is fine on Apache. My rule is
incorrect.

The example given in the Zend Wiki
(http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter)
is far far too simplified and I have found little to nothing elsewhere.

Can anyone help me please?

Regards,

David


-- 
View this message in context: 
http://www.nabble.com/IIRF-ReWrite-Rules-for-Zend-Framework-on-IIS-tp21604335p21604335.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to