mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.10
This commit is contained in:
@ -51,9 +51,9 @@ class UrlNormalizer extends Object
|
||||
* Available options are:
|
||||
* - `null` - no special action will be performed
|
||||
* - `301` - the request should be redirected to the normalized URL using
|
||||
* permanent redirection
|
||||
* permanent redirection
|
||||
* - `302` - the request should be redirected to the normalized URL using
|
||||
* temporary redirection
|
||||
* temporary redirection
|
||||
* - `404` - [[NotFoundHttpException]] will be thrown
|
||||
* - `callable` - custom user callback, for example:
|
||||
*
|
||||
|
Reference in New Issue
Block a user