首页 » Posts tagged with "WordPress"
-
-
lighttpd配置WordPress伪静态(固定链接)
Date:2009-02-23Author:低调的得瑟Category:得瑟一二Comment:3
apache 下,WordPress 选择固定链接,会自动生成需要的配置文件,而 lighttpd 下需要手动配置一下,编辑一下 /etc/lighttpd/lighttpd.conf ,添加如下代码: $HTTP["host"] =~ “www\.lixuxu\.cn$” { server.error-handler-404= “/index.php” 即...
Continue
最新评论