Posts Tagged ‘IIS’


IIS Keywords Filter

IIS keywords filter is an open source ISAPI filter for both IIS 6 and IIS 7.this filter looks for certain keywords in web sites hosted on IIS,and automatically block access to pages that contain suck keywords:image

Continue Reading...

January 4th, 2010 in projects | 3 comments


Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes

First,download and install the FastCgi Extension for IIS 6 from microsoft.The FastCGI protocol enables PHP applications to be hosted on the IIS web server in a high-performance and reliable way.FastCGI re-uses CGI processes for multiple requests, which provides a significant performance boost as compared to CGI.

Continue Reading...

October 4th, 2008 in wordpress | 4 comments


WordPress 2.5 Error on Windows IIS:Undefined index: PATH_INFO

After upgrading to WordPress version 2.5 on Windows IIS,you may get the following errors:

Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 74
Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 77 

to solve this problem,open file wp-settings.php,goto line 71 and replace the following code:

Continue Reading...

April 24th, 2008 in wordpress | 4 comments


wp_url_rewriting:URL Rewriting for WordPress under IIS (V 2.1)

This ISAPI filter removes the index.php from WordPress permalinks on Windows IIS,making your permalinks more pretty and SEO friendly.

Continue Reading...

September 2nd, 2006 in wordpress | 459 comments