比较流行的Permalinks设置方案:
(from: http://www.osxcn.com/wordpress/wordpress-permalinks.html)

类似“/2007/03/15/post-name/”式目录结构(例子:WordPress.com)

Permalinks写法:/%year%/%monthnum%/%day%/%postname%/

类似“/2007/03/15/post-name.html”式目录结构(例子:boingboing.net)

Permalinks写法:/%year%/%monthnum%/%day%/%postname%.html

类似“/2007/03/post-name/”式目录结构(例子:WordPress.org blog)

Permalinks写法:/%year%/%monthnum%/%postname%/

类似“/2007/03/post-name.html”式目录结构(例子:Blogger、TypePad)

Permalinks写法:/%year%/%monthnum%/%postname%.html

类似“/123.html”式目录结构(例子:livejournal、百度空间)

Permalinks写法:/%post_id%.html

“/category/post-name.html”式目录结构

Permalinks写法:/%category%/%postname%.html