简体   繁体   中英

Apache rule to redirect requests

Is there a rule i can use to redirect requests to a different server using a proxy? Or maybe redirect the requests to one php file, and let it handle the remote proxy request using curl.

A redirect is little more than a 3xx HTTP response code. How the client treats that response code is entirely up to the client. Particularly, there is no way to force the client to use a certain proxy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM