サーバー上にディレクトリがあるとしましょう Loacated Really FAR
server1.{domainUS}/maindir/
しかし、私はメインサーバーを持っています
{ドメイン.UK}
私のリモートサーバーはhttpがメインサーバー 経由でのみ送信されることを許可しているため、他のサーバーを指すのではなく、メインサーバーを指すサブドメインを作成したいと思います....そのため、完全なファイルを転送するスクリプトのようなPHPプロキシが必要ですメインサーバーへのディレクトリserver1.{domainUS}
例..
server1.{domainUS}/maindir/testube/testfile.html <==test file
proxy.{domain.UK}/testube/testfile.html <==test file
Example2、php クエリなどとうまく連携させるためにも必要です。
server1.{domainUS}/maindir/testube/testfile <==test php document
proxy.{domain.UK}/testube/testfile <==test php document