嗨,新朋友,很高兴认识你,欢迎来到我的博客。
文章标签: iis

yii-iis6.0伪静态,隐藏index.php(ISAPI_rewrite)

1.第一种 [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 RewriteEngine On #伪静态规则 RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*...

Windows2003的IIS支持flv格式

设置iis的Mime 类型属性 文件扩展名:.flv Mime 类型:video/x-flv

CakePHP+IIS+ISAPI_Rewrite

Requirements and Prerequisites For this guide, we'll be setting up a 32-bit Windows Server 2003 environment with PHP under FastCGI and will connect to a MS SQL Server 2005 database. For URL Rewriting, I'm using the ...

IIS+FastCGI+PHP5.3+MySQL5.1配置(图解)

第一步:下载php5.3.3的windows压缩版本:php-5.3.3-nts-Win32-VC9-x86.zip,并进行配置 PHP5.3.2:php- 5.3.2-nts-Win32-VC9-x86.zip 地址: http://windows.php.net/downloads/releases/php-5.3.2-nts-Win32-VC9-x86.zip MySQL:mysq...