Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
e71112bb
Commit
e71112bb
authored
Dec 02, 2014
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide/runtime-routing.md - fix [ci skip]
parent
c6c2e80c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
runtime-routing.md
docs/guide/runtime-routing.md
+1
-1
No files found.
docs/guide/runtime-routing.md
View file @
e71112bb
...
...
@@ -247,7 +247,7 @@ The rest of the properties are optional. However, their configuration shown abov
*
[
[yii\web\UrlManager::showScriptName|showScriptName
]
]: this property determines whether the entry script
should be included in the created URLs. For example, instead of creating a URL
`/index.php/post/100`
,
by setting this property to be
tru
e, a URL
`/post/100`
will be generated.
by setting this property to be
fals
e, a URL
`/post/100`
will be generated.
*
[
[yii\web\UrlManager::enableStrictParsing|enableStrictParsing
]
]: this property determines whether to enable
strict request parsing. If strict parsing is enabled, the incoming requested URL must match at least one of
the
[
[yii\web\UrlManager::rules|rules
]
] in order to be treated as a valid request, or a
[
[yii\web\NotFoundHttpException
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment