Browse Source

guide: enable strict parsing to false

this is a better default which can be copy pasted from the guide as it works out of the box with no rules
tags/2.0.4
Carsten Brandt 10 years ago
parent
commit
89febd64f0
  1. 2
      docs/guide/runtime-routing.md

2
docs/guide/runtime-routing.md

@ -240,7 +240,7 @@ To use pretty URLs, configure the `urlManager` component in the application conf
'urlManager' => [
'enablePrettyUrl' => true,
'showScriptName' => false,
'enableStrictParsing' => true,
'enableStrictParsing' => false,
'rules' => [
// ...
],

Loading…
Cancel
Save