« 10 things you (probably) didn't know about PHP. | Main | 绿色宿迁 »

Zend Optimizer 和 eAccelerator 冲突。

有乱码内容。。

====
自摆乌龙,原来是机房被ARP了。。
====

另附:lighttpd的discuz rewrite。

url.rewrite-once = ( "^(.*)/archiver/((fid|tid)-[\w\-]+\.html)$" => "$1/archiver/index.php?$2",
"^(.*)/forum-([0-9]+)-([0-9]+)\.html$" => "$1/forumdisplay.php?fid=$2&page=$3",
"^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$" => "$1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3",
"^(.*)/space-(username|uid)-(.+)\.html$" => "$1/space.php?$2=$3",
"^(.*)/tag-(.+)\.html$" => "$1/tag.php?name=$2" )

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on April 27, 2008 12:26 AM.

The previous post in this blog was 10 things you (probably) didn't know about PHP..

The next post in this blog is 绿色宿迁.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.