If you want Yii to treat requests without case sensitiveness,
Use:
http://mysite.com/categories/view/1
And
http://mysite.com/CateGorieS/VieW/1
Should be treated in the same way.
Use:
'urlManager'=>array(
'caseSensitive' => false,
)
In this way, the requestshttp://mysite.com/categories/view/1
And
http://mysite.com/CateGorieS/VieW/1
Should be treated in the same way.
No comments:
Post a Comment