只需一步,快速开始
server { listen 80; server_name host1.moltown.com; location / { stub_status on; access_log off; } location / { rewrite ^/archiver/((fid|tid)-[\w\-]+\.html)$ /archiver/index.php?$1 last; rewrite ^/forum-([0-9]+)-([0-9]+)\.html$ /forumdisplay.php?fid=$1&page=$2 last; rewrite ^/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /viewthread.php?tid=$1&extra=page%3D$3&page=$2 last; rewrite ^/space-(username|uid)-(.+)\.html$ /space.php?$1=$2 last; rewrite ^/tag-(.+)\.html$ /tag.php?name=$1 last; break; } if ($host != 'moltown.com/my' ) { rewrite ^/(.*)$ http://moltown.com/my/$1 permanent; } rewrite ^/(post|record|sort|author|page)-([0-9]+)\.html$ /index.php?$1=$2; rewrite ^/tag-(.+)\.html$ /index.php?tag=$1; } }
举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|全球主机交流论坛
GMT+8, 2025-10-28 20:15 , Processed in 0.095845 second(s), 8 queries , Gzip On, MemCache On.
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.