Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはリライトプロキシと呼ばれていると思いますが、設定方法がわかりません。基本的に、localhost:38000にアプリケーションがあり、mySite.com / testに表示したいのですが、どうすればよいですか?
RewriteRule ^localhost:38000$ http://mySite.com/test/$1 [P]
RewriteRule ^localhost:38000$ http://mySite.com/test/$1 [P
これを試して:
RewriteRule ^/test(/.*)? http://localhost:38000$1 [P]