国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > 建站經(jīng)驗(yàn) > 正文

LNMP下添加Discuz x2.5的偽靜態(tài)規(guī)則

2019-11-02 15:57:41
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

打開(kāi) LNMP 偽靜態(tài)文件目錄:

復(fù)制代碼 代碼如下:

cd /usr/local/nginx/conf

新建并編輯 discuzx25.conf 文件:

復(fù)制代碼 代碼如下:

vi discuzx25.conf

按 i 進(jìn)入編輯模式,添加下面的代碼:

復(fù)制代碼 代碼如下:

rewrite ^([^/.]*)/topic-(.+)/.html$ $1/portal.php?mod=topic&topic=$2 last;

rewrite ^([^/.]*)/article-([0-9]+)-([0-9]+)/.html$ $1/portal.php?mod=view&aid=$2&page=$3 last;

rewrite ^([^/.]*)/forum-(/w+)-([0-9]+)/.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;

rewrite ^([^/.]*)/thread-([0-9]+)-([0-9]+)-([0-9]+)/.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;

rewrite ^([^/.]*)/group-([0-9]+)-([0-9]+)/.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;

rewrite ^([^/.]*)/space-(username|uid)-(.+)/.html$ $1/home.php?mod=space&$2=$3 last;

rewrite ^([^/.]*)/blog-([0-9]+)-([0-9]+)/.html$ $1/home.php?mod=space&uid=$2&do=blog&id=$3 last;

rewrite ^([^/.]*)/(fid|tid)-([0-9]+)/.html$ $1/index.php?action=$2&value=$3 last;

rewrite ^([^/.]*)/([a-z]+[a-z0-9_]*)-([a-z0-9_/-]+)/.html$ $1/plugin.php?id=$2:$3 last;

if (!-e $request_filename) {

        return 404;

}

按 Esc 退出編輯模式,輸入 :wq 保存退出。

然后進(jìn)入網(wǎng)站配置文件目錄:

復(fù)制代碼 代碼如下:

cd /usr/local/nginx/conf/vhost

編輯對(duì)應(yīng)的網(wǎng)站配置文件,比如 aaa.com.conf

復(fù)制代碼 代碼如下:

vi aaa.com.conf

找到配置中的

復(fù)制代碼 代碼如下:

include discuz.conf;

修改為

復(fù)制代碼 代碼如下:

include discuzx25.conf;

保存后,重啟 Nginx或LNMP:

復(fù)制代碼 代碼如下:

lnmp restart

注:以上是 lnmp 1.2 下的操作。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 辉县市| 北海市| 滦平县| 武清区| 额尔古纳市| 龙川县| 应城市| 北京市| 仪征市| 通山县| 布尔津县| 浮梁县| 行唐县| 长丰县| 兴化市| 同仁县| 彭州市| 蓝田县| 南江县| 沭阳县| 尼勒克县| 钦州市| 仁布县| 庆安县| 娱乐| 双鸭山市| 谷城县| 银川市| 兴化市| 灌云县| 垦利县| 民县| 福鼎市| 巫山县| 莱阳市| 中西区| 双流县| 修文县| 苗栗县| 苗栗县| 桂平市|