访问 http://123.com/976513.html?h 跳转到 http://123.com/976513.html ,要求泛规则,凡是URL后面带参数的通通跳转到不带参数的RUL
http://123.com/976513.html?h
http://123.com/976513.html
nginx rewrite
rewrite ^/(\d+).html\?(.*) ^/$1.html last;
nginx rewrite的问题
nginx配置多目录访问-之phalcon如何配置
请教这段rewrite如何修改成nginx能够读懂的代码
nginx伪静态的问题
nginx使用proxy_pass反向代理时,session丢失
nginx找不到重定向问题?