Think before you speak, read before you think.

wordpress在nginx下的漂亮链接

by

in

nginx配置文件,在server中添加如下规则

location / {
try_files $uri $uri/ /index.php?q=$uri&$args;
 }

在wordpress固定链接设置为

/%year%/%monthnum%/%postname%.html

apache下的固定链接参考:

http://codex.wordpress.org/Using_Permalinks


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *