zhj9547
V2EX  ›  问与答

关于一个简单的 重写规则 请教

  •  
  •   zhj9547 · Mar 17, 2015 · 2208 views
    This topic created in 4103 days ago, the information mentioned may be changed or developed.

    如:

    aaaa.com/wp-content/files/222.zip 转向 bbbb.com/files/222.zip

    aaaa.com/wp-content/files/333.zip 转向 bbbb.com/files/333.zip

    aaaa.com/wp-content/files/444.zip 转向 bbbb.com/files/444.zip

    谢谢了···

    zhj9547
        1
    zhj9547  
    OP
       Mar 17, 2015
    额 忘了说了 是 nginx 得重写·······
    ryd994
        2
    ryd994  
       Mar 17, 2015   ❤️ 1
    location /wp-content/files/ {
    rewrite ^/wp-content/(.*)$ http://bbbb.com/$1;
    }
    学学regex吧
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1093 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 23:05 · PVG 07:05 · LAX 16:05 · JFK 19:05
    ♥ Do have faith in what you're doing.