服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 重写 nginx
  3. Nginx重写/path?参数/longer/path.html?params
Intereting Posts
以太网电缆连同Dell电缆pipe理臂中的电源线 Node.js不与Mongodb交谈 我想确认,如果ipv6子网是公共的 用Puppet部署Python代码 如何安装和configuration一个networking邮件? nexenta和免费访问networking界面 ISA服务器有哪些不同的networking模式? DFSR速度服务器2008r2 DocumentRoot上的通配符用于虚拟主机 为“ps”命令可见性提供命令描述 什么因素影响理想的s3ql -max-obj-size值? 如何阻止IIS父网站优先于虚拟应用程序 Windows 2008 Server R2与VLAN的NAT问题 安装SQL Server复制的模式或模式+夜间数据 DNS主机名包含下划线的现代客户端不能工作?

Nginx重写/path?参数/longer/path.html?params

简单的一个 – 但我宁愿使用位置+重写与如果+重写(如果是邪恶的,正确的?)

旧url:/ app?key = 1234

新的url:/system/app.html?key=1234

试着

  • nginx + munin“内部redirect周期”
  • Apache2:重写规则行为奇怪
  • 我应该使用什么redirect规则来replace这个301redirect,在Apache?
  • 使用Apache2服务器从URL中删除string
  • apache重写> nginx重写
location /app { rewrite ^/app$ /system/app.html break; } 

只有404 …

  • apache,httaccess:写一条规则,使xxxxx.txt的意思是“返回xxxxx.php的源代码”
  • IIS7:rewriteMap相当于完全匹配规则
  • IIS 7.5中的URL重写不起作用
  • (可能)简单的mod_rewrite – 重新映射我的网站的url
  • Nginx的重写规则问题,以消除URL的结束

尝试这个

 location /app { rewrite ^/app(.*)$ /system/app.html$1 permanent; } 
  • 使用IIS 7.5 URL重写,如何将所有的请求不是从一个特定的子域redirect到一个特定的页面?
  • 重写https的规则,仅用于使用htaccesslogin
  • Nginx的具体重写规则查询
  • 重写条件目标通过:清漆1.1
  • nginx重写竹发票的规则
  • .htaccess重写问题
  • 使用Nginx限制对MVC应用程序的一个控制器的访问
  • 子域重写规则在Apache(从Nginx转换)
  • htaccess重写子域并请求uri
  • Apache Proxy和Rewrite,将目录追加到URL

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy