<?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>Search results matching tag 'wordpress'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=wordpress&amp;orTags=0</link><description>Search results matching tag 'wordpress'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Wordpress in subfolder, error 500 with pretty permalink</title><link>http://forums.iis.net/p/1152811/1926190.aspx#1926190</link><pubDate>Wed, 25 Nov 2009 18:43:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926190</guid><dc:creator>David Geisbush</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I cannot find a web.config file within my /wordpress installation.&amp;nbsp; I installed using the Microsoft web platform installer and the site works as expected except for the ability to use mod rewrite.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve also installed the updated (2.0RC) mod rewrite tool and had hoped to use it, but I cannot figure out how to use it in conjunction with WordPress.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;</description></item><item><title>WordPress install fails to download MySQL</title><link>http://forums.iis.net/p/1162763/1925284.aspx#1925284</link><pubDate>Wed, 18 Nov 2009 18:59:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925284</guid><dc:creator>TJD9000</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;Using Web Platform Installer 2.0, trying to install WordPress application. The installation fails to download the MySQL Windows Essential 5.1. The log file shows :&lt;/p&gt;
&lt;p&gt;DownloadManager Error: 0 : Error while downloading file &amp;#39;http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-essential-5.1.39-win32.msi&amp;#39;. Exception: System.InvalidOperationException: Url &amp;#39;http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-essential-5.1.39-win32.msi&amp;#39; returned HTTP status code: 404&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any assistance&amp;nbsp;is appreciated. Thank you&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Permanent redirect to remove index.php for WordPress sites</title><link>http://forums.iis.net/p/1162632/1924735.aspx#1924735</link><pubDate>Sat, 14 Nov 2009 04:05:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924735</guid><dc:creator>DavidRPotter</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I posted this question on Ruslan&amp;#39;s blog post about &lt;a title="IIS 7 URL Rewrite Module support in WordPress 2.8" href="http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-wordpress-28/comment-page-1/#comment-1469"&gt;WordPress 2.8 supporting the URL Rewrite Module&lt;/a&gt;, but it looks like the forums are the best place to get help.&lt;/p&gt;
&lt;p&gt;The rewrite rule to allow using pretty permalinks works well on my IIS7 WordPress site, but I&amp;#39;d like to go one step further.&amp;nbsp; I use Ionic Isapi Rewrite on my IIS6 sites and one of the things I have it do is to issue a permanent redirect to remove the index.php from the URL. The rules looks like this:&lt;/p&gt;&lt;code&gt;RewriteRule ^/(David|Technical)/index.php(.*)$&amp;nbsp;/$1$2&amp;nbsp;[I,R=301]&lt;br /&gt;RewriteRule ^/(David|Technical)/(?!index.php)(?!xmlrpc.php)(?!wp-)(.*)$&amp;nbsp;/$1/index.php/$2 [I,L] &lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-d &lt;br /&gt;RewriteRule&amp;nbsp;^/(?!index.php)(?!xmlrpc.php)(?!wp-)(.*)$&amp;nbsp;/index.php/$1&lt;br /&gt;&lt;/code&gt;
&lt;p&gt;Is it possible to do the same thing with the URL Rewrite Module?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;&lt;strong&gt;&lt;em&gt;David&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Problem with the enforce lower case URLs redirect rule</title><link>http://forums.iis.net/p/1162631/1924734.aspx#1924734</link><pubDate>Sat, 14 Nov 2009 03:50:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924734</guid><dc:creator>DavidRPotter</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I added the enforce lower case URLs redirect rule from your &lt;a title="10 URL Rewriting Tips and Tricks" href="http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/"&gt;10 tips article&lt;/a&gt; but it&amp;#39;s not working.&amp;nbsp; My WordPress blog continues to give me a Not Found page.&amp;nbsp; The blog is at:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://test.dpotter.net/technical"&gt;http://test.dpotter.net/technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That URL works.&amp;nbsp; When I type this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://test.dpotter.net/Technical"&gt;http://test.dpotter.net/Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I get Not Found error page.&amp;nbsp; Here are my rules:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;rules&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;clear/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;rule name=&amp;quot;Convert to lower case&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;match url=&amp;quot;.*[A-Z].*&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action type=&amp;quot;Redirect&amp;quot; url=&amp;quot;{ToLower:{R:0}}&amp;quot; redirectType=&amp;quot;Permanent&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/rule&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;rule name=&amp;quot;WordPress&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&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;lt;conditions logicalGrouping=&amp;quot;MatchAll&amp;quot;&amp;gt;&lt;br /&gt;&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;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;lt;/conditions&amp;gt;&lt;br /&gt;&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;lt;/rule&amp;gt;&lt;br /&gt;&amp;lt;/rules&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Thanks,&lt;br /&gt;&lt;strong&gt;&lt;em&gt;David&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;&lt;code&gt;&lt;/p&gt;&lt;/code&gt;</description></item><item><title>Notes on installing WordPress</title><link>http://forums.iis.net/p/1162171/1922648.aspx#1922648</link><pubDate>Thu, 29 Oct 2009 12:19:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922648</guid><dc:creator>Datagnostics</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>
&lt;p&gt;Having cleared all my IIS settings &lt;a href="http://forums.iis.net/p/1162083/1922200.aspx#1922200"&gt;while installing DotNetNuke&lt;/a&gt;, I needed to re-install WordPress, or rather to make IIS work with it again. I used WPI. The install went fine, but I have a couple of notes or issues to report:&lt;/p&gt;
&lt;p&gt;1. WPI said it would have to &amp;quot;install&amp;quot; MySQL, though MySQL was running the whole time. Maybe there needs to be a clearer way of phrasing that -- reconnect to MySQL? Update MySQL and reconfigure? Something like that.&lt;/p&gt;
&lt;p&gt;2. In the WordPress part of the WPI install, I was asked for &amp;quot;Unique Key for Passwords, Unique Key for Secure Passwords, Unique Key for Authentication, Second Unique Key for Authentication&amp;quot;. I&amp;#39;ve done a lot of WP installs by hand, so I was prepared to put in one unique key, generated at &lt;a href="http://api.wordpress.org/secret-key/1.0/"&gt;WP&amp;#39;s secret-key API&lt;/a&gt;. I was surprised to need *4* of them, and even more surprised when the WP-generated keys weren&amp;#39;t accepted due to too many unconventional characters. In the event, I took my WP-generated keys and just deleted the special characters that aren&amp;#39;t on the top line of my keyboard.&lt;/p&gt;
&lt;p&gt;I think the WPI needs to warn the user how many keys they&amp;#39;re going to need, and there needs to be a link to an API that will generate one the system will accept -- preferably the WP secret-key API, since that&amp;#39;s what we&amp;#39;re used to using.&lt;/p&gt;
&lt;p&gt;Once that was done, everything worked just fine. The WPI is definitely a *huge* improvement over the calisthenics needed to get WP working on IIS the first time.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>hllo</title><link>http://forums.iis.net/p/1161666/1920317.aspx#1920317</link><pubDate>Sun, 11 Oct 2009 16:54:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920317</guid><dc:creator>zhanxiaobing</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;china&lt;/p&gt;</description></item><item><title>IIS and Wordpress problem</title><link>http://forums.iis.net/p/1161125/1917929.aspx#1917929</link><pubDate>Wed, 23 Sep 2009 11:49:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917929</guid><dc:creator>LP_MAXI</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;div id="result_box"&gt;Hello. &lt;br /&gt;&lt;br /&gt; I&amp;#39;m trying to get WordPress running on my IIS 6.0 server. &lt;br /&gt;&lt;br /&gt; I have installed PHP and MySQL and it works great. &lt;br /&gt;&lt;br /&gt;
But my problem is that I try to put wordpress in a directory called at
WordPress. It is possible to install wordpress but when I visit.
mypage.com / wordpress so I have to type the login information for me
to be able to see the page. It is the login of Windows server, I must
enter. &lt;br /&gt;&lt;br /&gt; Why does this happen? WordPress directory has full read and write access. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Do you need more information about something. So just write and I will give you as much information as I can. &lt;br /&gt;&lt;br /&gt; I have tried to get help on the Swedish forum but they have not been able to give me an answer that solved my problem. &lt;/div&gt;</description></item><item><title>Trying to build specific maps</title><link>http://forums.iis.net/p/1161119/1917907.aspx#1917907</link><pubDate>Wed, 23 Sep 2009 07:43:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917907</guid><dc:creator>waynesmall</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve migrated my website from Sharepoint over to WordPress on IIS 7.0.&amp;nbsp; As part of that I&amp;#39;ve also taken my blog which was also Sharepoint but on another URL and merged it into the one website with the main website itself.&amp;nbsp; eg I had &lt;a href="http://www.sbsfaq.com/"&gt;www.sbsfaq.com&lt;/a&gt; which was Sharepoint Services 2.0 and &lt;a href="http://blog.sbsfaq.com/"&gt;http://blog.sbsfaq.com&lt;/a&gt; which was Sharepoint Services 3.0 and I&amp;#39;ve merged all the content into &lt;a href="http://www.sbsfaq.com/"&gt;www.sbsfaq.com&lt;/a&gt; under wordpress.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got three issues I need help with please.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Issue 1&lt;/em&gt; - This applies just to the &lt;a href="http://www.sbsfaq.com/"&gt;www.sbsfaq.com&lt;/a&gt; site. I want to build specific URL Rewrite rules to redirect the old content over to the new content. I know both the old URLs and the new URLs for each article I want to redirect, but I can&amp;#39;t figure out how to make the rules work.&lt;/p&gt;
&lt;p&gt;eg I want to redirect &lt;a href="http://www.sbsfaq.com/Lists/FAQs/DispForm.aspx?ID=138"&gt;http://www.sbsfaq.com/Lists/FAQs/DispForm.aspx?ID=138&lt;/a&gt; to &lt;a href="http://www.sbsfaq.com/?p=1041"&gt;http://www.sbsfaq.com/?p=1041&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Issue 2&lt;/em&gt; - Similar to issue 1, but with the complexity of needing to redirect people from &lt;a href="http://blog.sbsfaq.com/"&gt;http://blog.sbsfaq.com&lt;/a&gt; to &lt;a href="http://www.sbsfaq.com/"&gt;www.sbsfaq.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;eg I want to redirect&amp;nbsp; &lt;a href="http://blog.sbsfaq.com/Lists/Posts/Post.aspx?ID=305"&gt;http://blog.sbsfaq.com/Lists/Posts/Post.aspx?ID=305&lt;/a&gt;&amp;nbsp;to&amp;nbsp; &lt;a href="http://www.sbsfaq.com/?p=725"&gt;http://www.sbsfaq.com/?p=725&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Issue 3&lt;/em&gt; - seperate to all of this I was trying to get pretty permalinks working.&amp;nbsp; I wanted to get it to be /articlename/postid to get the best possibel SEO benefit, but whilst I can enable it inside wordpress and I can see wordpress modify the URLrewrite rules, when I click on links in my site it displays the same pages (is I click on a link in the menu and it displays my blog page).&amp;nbsp; This last one is less of an issue for me but a nice to have.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to read the documentation and have messed with a few attempts to get this right but can&amp;#39;t make it work at all.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d appreciate any advise you might be able to give.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Wayne Small&lt;/p&gt;
&lt;p&gt;SBS MVP&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sbsfaq.com/"&gt;www.sbsfaq.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Can't publish newly created files from local IIS6/FPSE site to remote IIS7/WebDAV site</title><link>http://forums.iis.net/p/1160931/1917344.aspx#1917344</link><pubDate>Thu, 17 Sep 2009 14:41:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917344</guid><dc:creator>dpellenwood</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve narrowed this down to an issue between Rewrites and WebDAV.&amp;nbsp; It isn&amp;#39;t an issue with WebDAV or IIS version, but the fact that I have WordPress setup for this site on the new server and have enabled pretty URL&amp;#39;s using IIS7&amp;#39;s rewrite module.&amp;nbsp; The web.config file for this site has the following code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&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;wordpress&amp;quot; patternSyntax=&amp;quot;Wildcard&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;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;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;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;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;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;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;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to add a new file to the site via WebDAV it is executing the rewrite rule and writing the content of any file I publish to index.php, thus overwriting the content of index.php.&lt;/p&gt;&lt;p&gt;I thought I had configured everything properly for these two extensions (WebDAV and Rewrites), but obviously there is a conflict here.&amp;nbsp; I would like to be able to modify my web.config files via WebDAV but at the same time, I would like WebDAV to NOT execute the Rewrite rules in my web.config files.&lt;/p&gt;&lt;p&gt;I&amp;#39;m sure there is a proper way to write &amp;quot;Don&amp;#39;t apply rewrites to WebDAV requests&amp;quot; in the applicationHost.config file (for all sites on the server) or in this specific site&amp;#39;s web.config file, but I can&amp;#39;t seem to figure it out.&amp;nbsp; Anyone know how to do that?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;DaveE &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Fix for PHP 5.3 IIS 7 500 Internal Server Error The FastCGI process exited unexpectedly</title><link>http://forums.iis.net/p/1159556/1914513.aspx#1914513</link><pubDate>Tue, 25 Aug 2009 06:40:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914513</guid><dc:creator>blazingbiz</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Did you fix your PHP 5.3 issue on Windows 2008 server on 64-bit?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>