Redirect base URL

I need help redirecting my page at


http://server/mySite/

to


http://server/mySite/index.php/site/index

.

Can this be accomplished CUrlManager or do I need to use Apache mod_rewrite? I have tried both methods but to no avail.

You will need both. Read more here.

/Tommy