如何在Windows上伪静态呢,下面是我在网上各处扒的。
我的系统环境是 windows2003+IIS6+MYSQL+PHP 伪静态是ISAPI_Rewrite3 0087
下面是软件下载地址包含使用教程 (转自某CSDN博客)
下面是我的配置规则
RewriteEngine On
RewriteCompatibility2 On
RepeatLimit 32
RewriteBase
#unsupported directive: [ISAPI_Rewrite]
#3600 = 1 hour
#unsupported directive: CacheClockRate 3600
RewriteRule ^/tag/(.*)$ /index\.php\?tag=$1
RewriteRule ^/sitemap.xml$ /sitemap.xml [L]
RewriteRule ^/favicon.ico$ /favicon.ico [L]
RewriteRule ^/(.*).html$ /index.php/$1.html [L]
RewriteRule ^/(.*)/comment$ /index.php/$1/comment [L]
RewriteRule ^/category/(.*)$ /index.php/category/$1 [L]
RewriteRule ^/page/(.*)$ /index.php/page/$1 [L]
RewriteRule ^/search/(.*)$ /index.php/search/$1 [L]
RewriteRule ^/feed/(.*)$ /index.php/feed/$1 [L]
RewriteRule ^/2(.*)$ /index.php/2$1 [L]
RewriteRule ^/action(.*)$ /index.php/action$1 [L]
现在这样分类目录下的文章都是打不开的,先进后台----永久链接----自定义文章路径修改为按分类归档即可
不知道当初为什么要在WIN下建站,可能我是个弱智。
空空如也!