存档

  • Windows Cache Extension for PHP 1.1 Beta

    Windows Cache Extension for PHP Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any [...]

    2010年3月26日 | 归档于 建站代码
    标签: , ,
  • FastCGI Extension 1.5 IIS 6.0/5.1 (x86)

    微软已经和PHP社区共同努力了很久,他们终于研发出能让IIS更快地解析PHP的方法,用户们甚至不需要做基准测试就可以明显感觉到PHP解析速度加 快。早在2006年,微软就和Zend等厂商一起研发Windows Server下的优化工作,IIS产品组已经公布了IIS6和7的FastCGI扩展,它能让PHP执行效率更高。PHP一直以来是 IIS的尴尬,用PHP扩展的速度跟不上其它服务端(甚至还有一些致命问题例如在某内存地址报错),而PHP又比ASP.net普及得多,因此微软需要在 IIS+PHP上突破市场。 下载:FastCGI Extension 1.5 for Internet Information Services 6.0 and 5.1 (x86) * Supported Operating Systems: Windows Server 2003; Windows XP IIS 6.0 or 5.1 must be enabled on the operating system in order to be able to use FastCGI Extension. Many PHP community applications being used today by Web developers [...]

    2010年3月26日 | 归档于 建站代码
    标签: ,
  • IIS Rewrite 组件ISAPI Rewrite3 下载

    昨天开始上线了一个win全能主机要备服务器时有意的安装了一个ISAPI rewrite,以前自己的独立服务器倒是安装过,针对虚拟主机还没有安装过。网上有很多破解版,不过大多数是假的有的就是一个ISAPI Rewrite ite版不是ISAPI Rewrite full,看网上的朋友说两个版本的差别就是一个只支持独立主机一个可以针对虚拟主机设置.这里是ISAPI Rewrite3 LITE版的下载,ISAPI Rewrite3 以前的1.3安装一样的,有朋友做了一个ISAPI Rewrite 3绿色版,也和1.3一样要手动添加 ISAPI 筛选器,添加的方法网上很多找一找就知道 了。。 下面是几个针对isapi rewrite3 的几个常用的规则 1. www.xxx.com 301重定向到 xxx.com RewriteEngine on RewriteCond %{HTTPS} (on)? RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC] RewriteCond %{REQUEST_URI} (.+) RewriteRule .? http(?%1s)://www.%2%3 [R=301,L] 2.301重定向到另一个域名如:www.aaa.com 301定向到 www.bbb.com RewriteCond %{HTTP:Host} ^www.\aaa\.com$ RewriteRule (.*) http\://www\.bbb\.com$1 [NC,R=301] 3. 301重定向单个页面的规则 RewriteRule ^/oldpage.htm$ http://www.xxx.cn/newpage.html [R=301,L]

    2009年4月13日 | 归档于 建站代码
  • Drupal Rewrite for IIS 规则

    某人今天叫我找的Druapl 的IIS rewreite规则记在这里一下 Debug 0 Reload 5000 #Browse LOT #RewriteRule ^/(.*) /index.php RewriteRule ^/index.php\?q\=(.*)$ /index.php?q=$1 [l] RewriteRule ^/themes/(.*)$ /themes/$1 [l] RewriteRule ^/misc/(.*)$ /misc/$1 [l] RewriteRule ^/css/(.*)$ /css/$1 [l] RewriteRule ^/files/(.*)$ /files/$1 [l] RewriteRule ^/images/(.*)$ /images/$1 [l]

    2008年7月8日 | 归档于 建站代码
文章标签 ‘IIS’