如果有任何喜欢的格式
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