Windows2003 IIS6.0 下 WordPress 和 DiscuzX2 的伪静态实现方法
Tag: discuz , Discuz X2 , IIS , IIS6.0 , ISAPI_REWRITE , Windows 2003 , wordpress , 伪静态 | Categoris: Wordpress研究 , 网络相关 | Date: 2011-08-9
本文介绍的伪静态方法经过我亲自试验在 Winodows 2003 IIS6.0 下100%可用,具体效果可以参考本站:http://zeuscn.net 和论坛:http://bbs.zeuscn.net,实现伪静态的方法主要是利用了 IIS 的一个组件:ISAPI_REWRITE
ISAPI_Rewrite is a powerful regular-expressions-based URL rewriter for IIS. It is compatible with Apache mod_rewrite making it possible to move configurations from Apache to IIS and vice versa j......