このhtaccessコードを機能させようとしています:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^fld/(.*) http://example.com/fld/$1?proxy=http://example.com [P]
RewriteRule ^/?$ http://example.com/fld/app/cobra/847?remoteaddr=%{REMOTE_ADDR}&proxy=http://mydomain.com/customfolder [QSA,P]
</IfModule>
mod_rewrite は有効になっていますが、Litespeed では mod_proxy が有効になっていない/利用できないと言われました。
これを実行するための PHP の回避策はありますか?
ありがとう