How to make this url
http://localhost/blog/index.php?r=site/page&view=aboutto be
http://localhost/blog/about. Thanks
Posted 06 September 2010 - 11:13 AM
http://localhost/blog/index.php?r=site/page&view=aboutto be
http://localhost/blog/about. Thanks
Posted 06 September 2010 - 12:34 PM
'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, 'rules'=>array( '<view>' => array('site/page'), ),