<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - URL Rewrite Module</title><link>http://forums.iis.net/1152.aspx</link><description>All about the URL Rewrite Module for IIS 7.0. Use this forum to ask URL Rewiter questions, discuss issues, and request features.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: htaccess for Zend Framework 1.8</title><link>http://forums.iis.net/thread/1908974.aspx</link><pubDate>Thu, 02 Jul 2009 08:52:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908974</guid><dc:creator>IceAngel89</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908974.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1908974</wfw:commentRss><description>&lt;p&gt;any way i can have the &lt;/p&gt;&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;SetEnv APPLICATION_ENV development&lt;/font&gt;&lt;/p&gt;&lt;p&gt;to work? i think i saw that somewhere b4&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: htaccess for Zend Framework 1.8</title><link>http://forums.iis.net/thread/1907992.aspx</link><pubDate>Tue, 23 Jun 2009 17:10:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907992</guid><dc:creator>logic_earth</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907992.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1907992</wfw:commentRss><description>&lt;span style="font-weight:bold;"&gt;IIS7 URL Rewrite: &lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rule name=&amp;quot;index-bootstrap&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;.?&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;index.php&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;span style="font-weight:bold;"&gt;Apache mod_rewite:
&lt;/span&gt;&lt;pre&gt;RewriteEngine On&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteRule .? index.php [L,QSA]&lt;/pre&gt;</description></item><item><title>Re: htaccess for Zend Framework 1.8</title><link>http://forums.iis.net/thread/1906214.aspx</link><pubDate>Mon, 08 Jun 2009 17:33:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906214</guid><dc:creator>ruslany</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906214.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1906214</wfw:commentRss><description>&lt;p&gt;Try importing these rules instead:&lt;/p&gt;
&lt;p&gt;&lt;font face="Lucida Console"&gt;RewriteEngine On&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} -f [OR]&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} -d&lt;br /&gt;RewriteRule ^.*$ - [NC,L]&lt;br /&gt;RewriteRule ^.*$ index.php [NC,L]&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;URL Rewrite Module does not support -s and -l flags. &lt;/p&gt;
&lt;p&gt;The only difference between this rule set and the original one is that with this ruleset requests for empty files and symbolic links will be rewritten to index.php. If your application does not have any of those then it is safe to use this rule instead of original one.&lt;/p&gt;</description></item><item><title>htaccess for Zend Framework 1.8</title><link>http://forums.iis.net/thread/1906014.aspx</link><pubDate>Sat, 06 Jun 2009 01:37:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906014</guid><dc:creator>IceAngel89</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906014.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1152&amp;PostID=1906014</wfw:commentRss><description>i am using &lt;a href="http://framework.zend.com/"&gt;Zend Framework 1.8&lt;/a&gt; + &lt;a href="http://www.zend.com/products/server/"&gt;Zend Server Community Edition&lt;/a&gt; + IIS7.5 (Windows 7 RC x64)&lt;p&gt;the thing i am missing is HTACCESS support ... i dled the Rewrite Module in IIS already but have errors converting the Zend Framework htaccess file&lt;/p&gt;&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;SetEnv APPLICATION_ENV development&lt;br /&gt;&lt;br /&gt;RewriteEngine On&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} -s [OR]&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} -l [OR]&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} -d&lt;br /&gt;RewriteRule ^.*$ - [NC,L]&lt;br /&gt;RewriteRule ^.*$ index.php [NC,L]&lt;/font&gt;&lt;/p&gt;&lt;p&gt;how can i do this? i think the main thing is i need to redirect all requests that are not for images/files etc to the &amp;quot;front controller&amp;quot; or the index.php file&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>