服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 重写 nginx
  3. Nginx重写/path?参数/longer/path.html?params
Intereting Posts
乌贼Dansguardianconfiguration HTML在PowerShell发送的电子邮件中不能正确显示 域用户可以RDP到域控制器? Ubuntu在通过ssh关机之前显示警告 Samba:创build掩码777和创build模式666不起作用 我代pipe经销商,我有垃圾邮件问题。 请帮忙解决 “io.6,{9001JIAIua121698aa]”是如何过于简单化/系统化? Amazon EC2:在复制时删除快照可以吗? 迫使Capistrano要求密码 iScsiPrt错误事件ID 5 发送电子邮件作为MDT 2010中任务序列的最后一个任务 如何根据域名在相同IP地址的Nginx服务器之间路由请求? 哪种types的内存比服务器使用的平均速度快? XP无法访问Active Directory(System.Runtime.InteropServices.COMException(0x8007203A):服务器不可操作) 有人可以解释这个GlusterFS设置?

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