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:
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:
January 4th, 2010 in projects | 2 comments
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.
October 4th, 2008 in wordpress | 4 comments
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:
April 24th, 2008 in wordpress | 3 comments
This ISAPI filter removes the index.php from WordPress permalinks on Windows IIS,making your permalinks more pretty and SEO friendly.
September 2nd, 2006 in wordpress | 445 comments