Urlmanager Get And Path

I did change the settings of the url manager to ‘path’ which is working fine.

But i really need the support of the ‘get’ format for a specific url.

http://www.mysite.com/index.php?r=FOO

needs to be redirected to

http://www.mysite.com/FOO or http://www.mysite.com/index.php/FOO

I do not want the HTTP redirect to be issued to the client. I just want the site content to be send asif the client was visiting the ‘get’ formatted url: http://www.mysite.com/index.php?r=FOO

This is only needed for the FOO page, any other page can use the normal ‘path’ format.

thanx.

Look into the many urlManager tutorials. I have seen many that talk about routing http://MYSite.com/about to

the siteController pagesAction ‘view’=>about.