伪静态无法勾选或者取消勾选!!!
大佬说404 not found是伪静态配置的问题,之前配置过
感觉可能是因为这个问题出现了好几个bug
应该是配置成功了,可是不知道为什么没生效!
后台点击【勾选】或者【取消】都没反应,
下图是宝塔的配置
复制的是:Nginx Web Server
感觉也没错啊 ,不知道哪里出现了问题
求大佬指点!!!
我知道答案 回答被采纳将会获得5 金币 已有0人回答
感觉可能是因为这个问题出现了好几个bug
应该是配置成功了,可是不知道为什么没生效!
后台点击【勾选】或者【取消】都没反应,
下图是宝塔的配置
复制的是:Nginx Web Server
- 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 ^([^\.]*)/archiver/(fid|tid)-([0-9]+)\.html$ $1/archiver/index.php?action=$2&value=$3 last;if (!-e $request_filename) { return 404;}
感觉也没错啊 ,不知道哪里出现了问题
求大佬指点!!!
我知道答案 回答被采纳将会获得5 金币 已有0人回答