Question:How can you configure URL rules in YII?
Answer To configure URL rules we have to add the below to our rules in protected/config/main.php: 'home' => 'site/index', 'page/<alias>' => 'site/page', Save the above changes and browse the following URLs: /home /page/test Page:39
+ Report
How can you configure URL rules in YII?