一直以为Permalinks的成功与否关键在于服务器的设置。也看了很多的方法,比如假静态的输出。记得当时是很得意的沾沾自喜的。不过wordpress2.0似乎更体贴了。今天终于被我找到了服务器默认不支持的情况下使用permalinks。其实就是靠后台的提示:If your .htaccess
file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess
file. Click in the field and press CTRL + a to select all.
在.htaccess文件中加入后面筐中的语句就行了。 我想.htaccess文件你应该是可以写的吧。