ヒットしたときを除いて、正常に動作する .htaccess ファイルに次のものがあります。
http://bunkerbuster.com/profiles/1
アドレス バーの URL が新しい URL に置き換えられます。そうなってほしくないので、URL に bunkerbuster.com が表示されるようにしたい
ご協力いただきありがとうございます。
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^profiles/([0-9]+)$ http://projectzebra-bunkerbuster.herokuapp.com/profiles/$1 [R,L]
RewriteRule ^profiles/([0-9]+)/$ http://projectzebra-bunkerbuster.herokuapp.com/profiles/$1 [R,L]