webtoucher / yii2-amqp

Yii 2 extension wrapper to communicate with RabbitMQ server via AMQP.
https://packagist.org/packages/webtoucher/yii2-amqp
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

URL Manager Rule #3

Closed MrAwanishKumar closed 8 years ago

MrAwanishKumar commented 9 years ago

Hi, I am trying to implement; show profile page directly by typing username on url like facebook for example www.facebook.com/username - it'll show the user profile page

Using the following code in my frontend/config/main.php 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' => [ 'alias:w+id:...' => '/search/default/details' ], ], Unable to implement/write the url rule for this. Need help and steps to implement the same.

Thanks

MrAwanishKumar commented 9 years ago

How can we achieve the above? Can anybody help?