首页 » Posts tagged with "WordPress"
WordPress

WordPress

Date:2009-02-23Author:低调的得瑟Category:得瑟一二Comment:1

很早知道了 WordPress 这个鼎鼎大名的 Blog 程序,也介绍给很多人使用,但其实自己并没有真正的好好用过,主要是不爱写 Blog ,曾经写了一阵子,也是用国内比较有名的 ASP Blog 程序–Z-blog ,由于工作原因,要使用下 WordPress ,以后也...

Continue
lighttpd配置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