【OS名】fedora11
【PHPのバージョン】php5.25
【質問内容】
phpを用いたredirectに対しての質問なのですが、

http://ho.example.com/にアクセスしてきた場合は、
http://ho.example.com/index.htmlに、
http://ho.example.com/index.php?id=******(数字)
でアクセスしてきたURLには、
http://ho.example.com/geru/index.php?id=******(数字)で返したいのですが、
これならどうしたらいいでしょうか

http://ho.example.com/index.php?id=987678でのアクセスには、
http://ho.example.com/geru/index.php?id=987678で返したいんです。

Apacheのredirectだと、DirectoryIndexを、 index.php index.htmlの設定がじゃまをしているのか、
ループを起こしてしまうので、どうにもなりませんでした。
どうぞよろしくお願いします<m(__)m>