Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 'urlManager' => [
  2. // Disable index.php
  3. 'showScriptName' => false,
  4. // Disable r= routes
  5. 'enablePrettyUrl' => true,
  6. 'rules'=>array(
  7. '<controller:w+>/<id:d+>' => '<controller>/view',
  8. '<controller:w+>/<action:w+>/<id:d+>' => '<controller>/<action>',
  9. '<controller:w+>/<action:w+>' => '<controller>/<action>',
  10. '<action:>' => 'site/<action>',
  11. ),
  12. ],
Add Comment
Please, Sign In to add comment