最近只顾着学做模板优化去了,忘记已经将Permalinks做了如下修改:
原地址:/%post_id%.html
新地址:/htm/%post_id%.htm
刚查看统计的时候发现很多朋友从旧地址进来,造成阅读上的不便,这里对不住了……
要解决的方法很多,比如插件啊啥的都好像可以;
不过我算是怕了WordPress的插件系统的,能不用还是不用吧,我就修改.htaccess文件试试:
RewriteRule ^([0-9]*).html$ http://jorwang.com/htm/$1.htm [L,R=301]
OK,大功告成。 
相关文章:
WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on hundreds of thousands of sites and seen by tens of millions of people every day.

2008.7.15 Update WordPress 2.6
相关文章:
本代码为网站通用代码,可广泛应用于所有网站以及博客站点。
Read the rest of this entry »
相关文章: