How do I make the cMenu not include index.php in the url?

How do I make the cMenu not include index.php in the url?

I have mod_rewrite on and an appropiate .htaccess file, and rewriting rule uncommented in the config.php

may be this helps?




'urlManager'=>array(

   'showScriptName'=>false,

),



It works. Thanks alot!