Find a simple pseudo-static Nginx Rewrite solution

Source: Internet
Author: User
Ask for a simple pseudo static Nginx Rewrite such as http://www.a.com/a.php? The number behind id = 2id is variable & nbsp; I need to rewrite to & nbsp; http://s.a.com/a.php? Id = 2 access the http://www.a.com to find a simple pseudo static Nginx Rewrite
For example
Http://www.a.com/a.php? Id = 2 id followed by a variable

I need to rewrite
Http://s.a.com/a.php? Id = 2

Access http://www.a.com/a.php? Id = 2 is read http://s.a.com/a.php? Id = 2
Not redirection.

I am at www.a.com
Write in
Rewrite ^/a. php? Id = (. *) http://s.a.com/a.php? Id = $1 last;

Jump
How can I prevent him from redirecting? thank you.

------ Solution --------------------
It doesn't seem to work.
------ Solution --------------------
Clearly tell you. No. Unless used as a proxy
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.