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.