Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 请问。支持nginx的伪静态规则是什么。

[复制链接]
cnmt 发表于 2011-10-18 08:33:12 | 显示全部楼层 |阅读模式
请问。支持nginx的伪静态规则是什么。
 楼主| cnmt 发表于 2011-10-18 14:22:45 | 显示全部楼层
:'(:'(:'(:'(:'(
回复

使用道具 举报

fzhzyh 发表于 2011-10-20 11:01:29 | 显示全部楼层
Nginx Web Server
  1. rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
  2. rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&aid=$2&page=$3 last;
  3. rewrite ^([^\.]*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
  4. rewrite ^([^\.]*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;
  5. rewrite ^([^\.]*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;
  6. rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
  7. rewrite ^([^\.]*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=blog&id=$3 last;
  8. rewrite ^([^\.]*)/(fid|tid)-([0-9]+)\.html$ $1/index.php?action=$2&value=$3 last;
  9. if (!-e $request_filename) {
  10.         return 404;
  11. }
复制代码
回复

使用道具 举报

 楼主| cnmt 发表于 2011-10-20 15:55:21 | 显示全部楼层
fzhzyh 发表于 2011-10-20 11:01
Nginx Web Server

这个是品牌专用的。还是论坛都行的。谢谢。
回复

使用道具 举报

fzhzyh 发表于 2011-10-21 01:53:37 | 显示全部楼层
本帖最后由 fzhzyh 于 2011-10-21 01:54 编辑
cnmt 发表于 2011-10-20 15:55
这个是品牌专用的。还是论坛都行的。谢谢。

我发的是 discuz  在nginx 下的全局 为静态规则  官方版本  包括 论坛 门户  家园  等
回复

使用道具 举报

jnu1120 发表于 2011-10-21 21:09:24 | 显示全部楼层
我来看看有没有适合的
回复

使用道具 举报

jnu1120 发表于 2011-10-24 00:06:08 | 显示全部楼层
看贴必回.此乃美德。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 17:54 , Processed in 0.026967 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表