ヘリコン ファイルで次のルールを定義しています。
RewriteEngine on
RewriteCond %{HTTP:Host} ^current.mydomain.com$ [NC]
RewriteRule /reg http://another.mydomain.com/registration [NC, P]
URL http://current.mydomain.com/regに移動すると、空白のページが表示されます。Helicon がリクエストを他のサイトに転送しているようには見えません。理由はありますか?