How To Hide Url?

Now URL like this




http://localhost/book/index.php?r=customers/view&name=55555&jdate=31+%2F+03+%2F+2014&time=18%3A00+%E0%B8%99%E0%B8%B2%E0%B8%AC%E0%B8%B4%E0%B8%81%E0%B8%B2&seat=1-3%2C1-9%2C2-3%2C3-3%2C3-13&PIN=5693



I want it show like this




http://localhost/book/index.php?r=customers/view



Visit Following link:

Hi kenjisoul the minimum Yii urlManager block you need in your config file (main.php) is:

‘urlManager’=>array( ‘urlFormat’=>‘path’, ‘showScriptName’=>false, ),