I want to convert the following URLs: http://mysite.com/test/index.php/angel/horoscope/Sagittarius http://mysite.com/test/index.php/angel/article/hello into the following: http://mysite.com/test/horoscope/Sagittarius http://mysite.com/test/article/hello That is, I want to skip the index.php/angel part. What should I write in my .htaccess file?