包含标签:iis 的文章
-
zencart的Apache和IIS伪静态规则
iis httpd.ini 的规则 [ISAPI_Rewrite] # 3600 = 1 hour 设置缓存时间 1个小时 CacheClockRate 3600 # 设置正则表达式 替换变量个数. RepeatLimit 32 RewriteR…… -
Win2003+IIS6 不支持中文文件名解决办法
Windows Server 2003 中IIS 6.0 不支持中文文件名,中文文件名提示找不到的解决办法。 今天在做一个站的时候,发现网站文件夹里面好多含有中文名字的图片,本…… -
discuz 伪静态规则
Apache Web Server(独立主机用户) <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&am…… -
配置IIS6下FastCGI的PHP
环境: 操作系统:Windows 2003 Server SP2 PHP 版本:php-5.2.6-Win32 1.下载 FastCGI For IIS6 http://www.microsoft.com/downloads/details.aspx?FamilyID=…… -
ISAPI_Rewrite示例
Examples Emulating host-header-based virtual sites on a single site For example you have registered two domains www.site1.com and www.site2.c…… -
改进性能和样式的技巧
简介 性能是一个特性。您需要预先设计性能,或是在日后重新编写应用程序。换句话说,什么是最大限度优化 Active Server Pages (ASP) 应用程序性能的好策略? …… -
如何优化 ISAPI_Rewrite 来提高在Google中的排名
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明 http://www.chedong.com/tech/google_url.html 关键词:"url re…… -
ISAPI_rewrite中文手册
原文档: http://www.isapirewrite.com/docs/ ========================================= 配置: 在NT 2000 XP和2003平台上,在系统帐户下应该INETINFO程序…… -
-
IIS 6 的 PHP 最佳配置方法
虽然 LAMP 组合很不错,但是如果想要架设一台同时支持 PHP、ASP、ASP.NET、JSP、Perl 的 Web 虚拟主机服务器,还是用 Windows 2003 的 IIS 6 最好。网上有很多……