回答
收藏
分享
举报
请教一下这个重定向规则应该怎么写?万分感谢啊!!!
提问于2022-05-09 16:02

浏览 3.3k

文章标签

请教一下这种重定向规则应该怎么写?

https://www.域名.com/forum/forum.php?do=against&tid=123456789&pid=987654321
重定向到
https://www.域名.com/forum/forum.php?mod=viewthread&do=against&tid=123456789&pid= 987654321 

也就是插入 mod=viewthread&这串字符

在宝塔的重定向内试了多次不成功,还望哪位高手能指点一下,万分感谢!!!

已修改于2023-03-17 02:24



写下您的回答
发表回答
全部回答(1)

按点赞数排序

按时间排序

location ^~ /forum {
set $args mod=viewthread&${args};
rewrite ^(.*)$ /$uri last;
}

赞同

0

回复举报

回答于2022-10-31 14:01



回复BUG退散
回复
提问者
jw0525
这家伙很懒还未留下介绍~
0
文章
1
问答
0
粉丝
相关问答

这篇文章有可能有帮助:

https://www.nginx.org.cn/article/298

点赞 0
浏览 3.5k

低版本,编译会打印md5和sha1。我测试1.10版本,是打印md5和sha1的,1.11以上不打印了,可以查看
https://github.com/nginx/nginx/tree/master源代码代码仓库auto/summary文件,里面有描述。下面为我本地Ubuntu18.04编译指令:
在代码根目录运行,./auto/configure --prefix=/opt/nginx --with-http_stub_status_module --with-http_ssl_module --with-stream --with-stream_ssl_module --add-module=/home/lq/work/tongmingzhiyun/openresty/lua-nginx-module-0.10.21 --add-module=/home/lq/work/tongmingzhiyun/openresty/ngx_devel_kit-0.3.1
Configuration summary
+ using system PCRE library
+ using system OpenSSL library
+ md5: using OpenSSL library
+ sha1: using OpenSSL library
+ using system zlib library

nginx path prefix: "/opt/nginx"
nginx binary file: "/opt/nginx/sbin/nginx"
nginx modules path: "/opt/nginx/modules"
nginx configuration prefix: "/opt/nginx/conf"
nginx configuration file: "/opt/nginx/conf/nginx.conf"
nginx pid file: "/opt/nginx/logs/nginx.pid"
nginx error log file: "/opt/nginx/logs/error.log"
nginx http access log file: "/opt/nginx/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"

点赞 0
浏览 3.6k

具体来说报什么错呢?

点赞 0
浏览 3.6k