标题:宝塔discuz设置伪静态,这样设置有问题吗?
作者:novip
原帖:https://hostloc.com/thread-988052-1-1.html
摘要:location / { rewrite ^([^\.]*)/portal\.html$ $1/portal.php last; rewrite ^([^\.]*)/list/([0-9]+)/([0-9]+)\.html$ $1/portal.php?mod=list&catid=$2&page=$3 last; rewrite ^([^\.]*)/guide/(\w+)/([0-9]+)\.html$ $1/forum.php?mod=guide&view=$2&page=$3 last; rewrite ^([^\.]*)/forum\.html$ $1/forum.php last; rewrite ^([^\.]*)/f/([0-9]+)\.html$ $1/forum.php?gid=$2 last; rewrite ^([^\.]*)/f/(\w+)/1\.html$ $1/forum.php?mod=forumdisplay&fid=$2 last; rewrite ^([^\.]*)/t/([0-9]+)/1/1\.html$ $1/forum.php?mod=viewthread&tid=$2 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=typeid&typeid=$3&page=$4 last; rewrite ^([^\.]*)/f/(\w+)/s([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&sortid=$3&page=$4 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/s([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=typeid&typeid=$3&sortid=$4&page=$5 last; rewrite ^([^\.]*)/f/(\w+)/s([0-9]+)/([\w\.\|]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&sortid=$3&searchsort=1&rewritevars=$4&page=$5 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/s([0-9]+)/([\w\.\|]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&typeid=$3&sortid=$4&searchsort=1&rewritevars=$5&page=$6 last; rewrite ^([^\.]*)/tag\.html$ $1/misc.php?mod=tag last; rewrite ^([^\.]*)/tag/([0-9]+)\.html$ $1/misc.php?mod=tag&id=$2 last; rewrite ^([^\.]*)/tag-name-(.+)\.html$ $1/misc.php?mod=tag&name=$2 last; rewrite ^([^\.]*)/tag/([0-9]+)/(\w+)/([0-9]+)\.html$ $1/misc.php?mod=tag&id=$2&type=$3&page=$4 last; rewrite ^([^\.]*)/thread/([0-9]+)/author/([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&authorid=$3&page=$4 last; rewrite ^([^\.]*)/thread/([0-9]+)/album\.html$ $1/forum.php?mod=viewthread&tid=$2&from=album last; rewrite ^([^\.]*)/album/([0-9]+)/([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=album&id=$3 last; rewrite ^([^\.]*)/group/(gid|sgid)/([0-9]+)\.html$ $1/group.php?$2=$3 last; rewrite ^([^\.]*)/collection\.html$ $1/forum.php?mod=collection last; rewrite ^([^\.]*)/collection/([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=collection&action=view&ctid=$2&page=$3 last; 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 ^([^\.]*)/f/(\w+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last; rewrite ^([^\.]*)/t/([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; rewrite ^([^\.]*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ $1/plugin.php?id=$2:$3 last; 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; ...
作者:novip
原帖:https://hostloc.com/thread-988052-1-1.html
摘要:location / { rewrite ^([^\.]*)/portal\.html$ $1/portal.php last; rewrite ^([^\.]*)/list/([0-9]+)/([0-9]+)\.html$ $1/portal.php?mod=list&catid=$2&page=$3 last; rewrite ^([^\.]*)/guide/(\w+)/([0-9]+)\.html$ $1/forum.php?mod=guide&view=$2&page=$3 last; rewrite ^([^\.]*)/forum\.html$ $1/forum.php last; rewrite ^([^\.]*)/f/([0-9]+)\.html$ $1/forum.php?gid=$2 last; rewrite ^([^\.]*)/f/(\w+)/1\.html$ $1/forum.php?mod=forumdisplay&fid=$2 last; rewrite ^([^\.]*)/t/([0-9]+)/1/1\.html$ $1/forum.php?mod=viewthread&tid=$2 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=typeid&typeid=$3&page=$4 last; rewrite ^([^\.]*)/f/(\w+)/s([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&sortid=$3&page=$4 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/s([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=typeid&typeid=$3&sortid=$4&page=$5 last; rewrite ^([^\.]*)/f/(\w+)/s([0-9]+)/([\w\.\|]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&sortid=$3&searchsort=1&rewritevars=$4&page=$5 last; rewrite ^([^\.]*)/f/(\w+)/t([0-9]+)/s([0-9]+)/([\w\.\|]+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&filter=sortid&typeid=$3&sortid=$4&searchsort=1&rewritevars=$5&page=$6 last; rewrite ^([^\.]*)/tag\.html$ $1/misc.php?mod=tag last; rewrite ^([^\.]*)/tag/([0-9]+)\.html$ $1/misc.php?mod=tag&id=$2 last; rewrite ^([^\.]*)/tag-name-(.+)\.html$ $1/misc.php?mod=tag&name=$2 last; rewrite ^([^\.]*)/tag/([0-9]+)/(\w+)/([0-9]+)\.html$ $1/misc.php?mod=tag&id=$2&type=$3&page=$4 last; rewrite ^([^\.]*)/thread/([0-9]+)/author/([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&authorid=$3&page=$4 last; rewrite ^([^\.]*)/thread/([0-9]+)/album\.html$ $1/forum.php?mod=viewthread&tid=$2&from=album last; rewrite ^([^\.]*)/album/([0-9]+)/([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=album&id=$3 last; rewrite ^([^\.]*)/group/(gid|sgid)/([0-9]+)\.html$ $1/group.php?$2=$3 last; rewrite ^([^\.]*)/collection\.html$ $1/forum.php?mod=collection last; rewrite ^([^\.]*)/collection/([0-9]+)/([0-9]+)\.html$ $1/forum.php?mod=collection&action=view&ctid=$2&page=$3 last; 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 ^([^\.]*)/f/(\w+)/([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last; rewrite ^([^\.]*)/t/([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; rewrite ^([^\.]*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ $1/plugin.php?id=$2:$3 last; 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; ...
标题:送一个0.5刀boomer玩具机的账单
作者:rin
原帖:https://hostloc.com/thread-988054-1-1.html
摘要:不能支付宝,所以一直没付款。
要的私发我邮箱,我改账号。
作者:rin
原帖:https://hostloc.com/thread-988054-1-1.html
摘要:不能支付宝,所以一直没付款。
要的私发我邮箱,我改账号。
标题:求IOS端听书软件
作者:hzjackq
原帖:https://hostloc.com/thread-988055-1-1.html
摘要:其实很简单:
·能自己上传mp3
·能顺序播放
·能记住上次播放的位置
或者开源的,自己能搭建平台也可以。我用了jellyfin ,貌似无法记住上次播放的位置
作者:hzjackq
原帖:https://hostloc.com/thread-988055-1-1.html
摘要:其实很简单:
·能自己上传mp3
·能顺序播放
·能记住上次播放的位置
或者开源的,自己能搭建平台也可以。我用了jellyfin ,貌似无法记住上次播放的位置
标题:图床域名的北岸下来了
作者:cany
原帖:https://hostloc.com/thread-988057-1-1.html
摘要:图床域名北岸完了
可以用了,买了个百度云加速做CDN
以前的旧图床的所有文件和链接都永久保留。
https://dogimg.com/
作者:cany
原帖:https://hostloc.com/thread-988057-1-1.html
摘要:图床域名北岸完了
可以用了,买了个百度云加速做CDN
以前的旧图床的所有文件和链接都永久保留。
https://dogimg.com/
标题:都60多岁了还有江湖。。。
作者:MSN
原帖:https://hostloc.com/thread-988062-1-1.html
摘要:刚从银行回来,今天22号。至少有20多位老人在银行大厅等待查询养老金?
跟大厅经理了解了下。每月22号左右他们都来查询银行卡余额。还是存折的那种。
他们不会使用ATM机。
等待业务的时候,这群老人也会互相了解。
这
其中退休后能领6000老头的一句话是在是恶到我了。
他在人家领取3000的查询余额后,在人家背后说:括号里面的是原话
(他为什么领这么少,因为他年轻的时候是工人,所以每月有3000多)
前面领3000的老人肯定听到了,但是步伐也没停。还是走了。
大厅其他老人看了看也没有看说话的,
也没看已经走到大厅门口的3000老人。
这群老人里面也许也有领取1W的。
6000的就像是普通的一句对话,面部语气毫无任何波动,包含了多少江湖?
无论你年轻的时候如何,可是到了60。还有这种心态???
到了60+能领养老金。
或许他们的攀比就是年轻的时候的工作跟退休金多少?
作者:MSN
原帖:https://hostloc.com/thread-988062-1-1.html
摘要:刚从银行回来,今天22号。至少有20多位老人在银行大厅等待查询养老金?
跟大厅经理了解了下。每月22号左右他们都来查询银行卡余额。还是存折的那种。
他们不会使用ATM机。
等待业务的时候,这群老人也会互相了解。
这
其中退休后能领6000老头的一句话是在是恶到我了。
他在人家领取3000的查询余额后,在人家背后说:括号里面的是原话
(他为什么领这么少,因为他年轻的时候是工人,所以每月有3000多)
前面领3000的老人肯定听到了,但是步伐也没停。还是走了。
大厅其他老人看了看也没有看说话的,
也没看已经走到大厅门口的3000老人。
这群老人里面也许也有领取1W的。
6000的就像是普通的一句对话,面部语气毫无任何波动,包含了多少江湖?
无论你年轻的时候如何,可是到了60。还有这种心态???
到了60+能领养老金。
或许他们的攀比就是年轻的时候的工作跟退休金多少?
标题:求个抖音粉丝直充的链接,谢谢
作者:xncxxw
原帖:https://hostloc.com/thread-988065-1-1.html
摘要:我之前收藏了一个,给整丢了,可以充值各种各样会员的那种,如题,求推荐
作者:xncxxw
原帖:https://hostloc.com/thread-988065-1-1.html
摘要:我之前收藏了一个,给整丢了,可以充值各种各样会员的那种,如题,求推荐
标题:大新闻啊,麻豆被抓了
作者:Far
原帖:https://hostloc.com/thread-988068-1-1.html
摘要:我了个擦擦,被上海抓的。 云伐也快了。
应该先把云伐一窝端,这玩意是百害,就TM云伐还科研云? 研究如何跑路? 就它那吊样尽往自己身上贴金。
作者:Far
原帖:https://hostloc.com/thread-988068-1-1.html
摘要:我了个擦擦,被上海抓的。 云伐也快了。
应该先把云伐一窝端,这玩意是百害,就TM云伐还科研云? 研究如何跑路? 就它那吊样尽往自己身上贴金。
标题:腾讯云hk轻量32补货通知(tg频道)
作者:robot
原帖:https://hostloc.com/thread-988067-1-1.html
摘要:rt,一个简单的补货提醒机器人
腾讯香港轻量应用服务器,32元这款
https://t.me/qcloud32
作者:robot
原帖:https://hostloc.com/thread-988067-1-1.html
摘要:rt,一个简单的补货提醒机器人
腾讯香港轻量应用服务器,32元这款
https://t.me/qcloud32
标题:看了一下NAS不同系统的影音服务,来聊聊
作者:乌溜溜的黑眼猪
原帖:https://hostloc.com/thread-988069-1-1.html
摘要:实际感觉:不太友好,也没有那么方便
自带的试过,第三方也试过,使用不方便,资料编辑不方便,更不能备份
我觉得不如网站那些搭建的服务更好,编辑方便,展示好,还能备份
作者:乌溜溜的黑眼猪
原帖:https://hostloc.com/thread-988069-1-1.html
摘要:实际感觉:不太友好,也没有那么方便
自带的试过,第三方也试过,使用不方便,资料编辑不方便,更不能备份
我觉得不如网站那些搭建的服务更好,编辑方便,展示好,还能备份
标题:亚马逊申请弹性IP的时候指定IP段,50元找人弄
作者:q395097482
原帖:https://hostloc.com/thread-988072-1-1.html
摘要:亚马逊申请弹性IP的时候指定IP段,50元找人弄 不会的别浪费时间谢谢
Q395097482
作者:q395097482
原帖:https://hostloc.com/thread-988072-1-1.html
摘要:亚马逊申请弹性IP的时候指定IP段,50元找人弄 不会的别浪费时间谢谢
Q395097482