在windows办事器上设置301、伪静态(wordpress)
添加时间:2013-8-5 点击量:
新建一个httpd.ini文件,插入代码:
[ISAPI_Rewrite]
RewriteCond Host: ^wuchao\.cc¥
RewriteRule (.) http\://www\.wuchao\.cc¥1 [R,I,L]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# 解决中文tag题目
RewriteRule /tag/(.) /index\.php\?tag=¥1
# sitemapxml
RewriteRule /sitemap.xml /sitemap.xml [L]
RewriteRule /favicon.ico /favicon.ico [L]
# For file-based wordpress content (i.e. theme), admin, etc.
RewriteRule /wp-(.) /wp-¥1 [L]
# For normal wordpress content, via index.php
RewriteRule ^/¥ /index.php [L]
RewriteRule /(.) /index.php/¥1 [L]
[ISAPI_Rewrite]
我们永远不要期待别人的拯救,只有自己才能升华自己。自己已准备好了多少容量,方能吸引对等的人与我们相遇,否则再美好的人出现、再动人的事情降临身边,我们也没有能量去理解与珍惜,终将擦肩而过。—— 姚谦《品味》
新建一个httpd.ini文件,插入代码:
[ISAPI_Rewrite]
RewriteCond Host: ^wuchao\.cc¥
RewriteRule (.) http\://www\.wuchao\.cc¥1 [R,I,L]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# 解决中文tag题目
RewriteRule /tag/(.) /index\.php\?tag=¥1
# sitemapxml
RewriteRule /sitemap.xml /sitemap.xml [L]
RewriteRule /favicon.ico /favicon.ico [L]
# For file-based wordpress content (i.e. theme), admin, etc.
RewriteRule /wp-(.) /wp-¥1 [L]
# For normal wordpress content, via index.php
RewriteRule ^/¥ /index.php [L]
RewriteRule /(.) /index.php/¥1 [L]
[ISAPI_Rewrite]
我们永远不要期待别人的拯救,只有自己才能升华自己。自己已准备好了多少容量,方能吸引对等的人与我们相遇,否则再美好的人出现、再动人的事情降临身边,我们也没有能量去理解与珍惜,终将擦肩而过。—— 姚谦《品味》