いいねがあれば
http://localhost/index.php/bla...
に変換したいhttp://localhost/er/index.php/bla...
私は次のことを試みていますが、URLを無期限にループしているようです
RewriteRule ^localhost/index/php/(.*)$ localhost/er/index.php/$1 [R=301,L]
RedirectMatch 301 ^/localhost/index.php/(.*)$ localhost/er/index.php/$1