UrlManager and Godaddy trouble

here is what i just noticed, using what is suggested above, mywebsite.com/controller/action/ is now working, but all the links provided by Yii(createUrl and in the main navigation) includes "index.php" outputs the link "mywebsite.com/index.php/controller/action/" which is not working, any work around for this?

solved with

‘showScriptName’=>false,

under urlManager in in the config file.