Yii2 Advance Lesson 5 Url Manager For Better SEO Friendly Urls
Join –
We use it to share our knowledge
Url for the Article
yii url manager makes it really easy to have seo friendly urls
Thanks For watching subscribe like and share.
Become a patron –
Follow me on Twitter @Uthpala_419
Take a look at my blog –
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! https://www.kite.com/get-kite/?utm_medium=referral&utm_source=youtube&utm_campaign=doingiteasy&utm_content=description-only
Great Tutorial. Just what I was searching for.
thankyou, this video helped me in my problem.
How we can enable pretty URL for single controller in yii2 not for the complete site
Hi tutorial is very good. But I am using modular coding. Means my every controller is inside a module. So how can I achieve this SEO Friendly url. My sample url is http://localhost/advanced/frontend/web/home/test/view?id=1. Here "HOME" is a module and test is a controller and view is method and parameter is id=1. I like to remove this id=1. How can it be achievable.
Thanks
It is not working in my case.
When http://localhost/advanced/frontend/web/index.php/site/site/about is this it is working fine. Here first site is name of module and second one name of controller. My htaccess file is this
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ index.php?r=$1 [L,QSA]
Clear structured and very good understandable Yii2 video tutorials you are making!
Many thanks and greetings to Sri Lanka, i guess you are from there.
Tip for you: https://github.com/luyadev/luya .. great yii2 based application framework with greetings from swiss 🙂
this video does not have any audio
where is that web.php???????????????????????????????????????????????????????????
Большое спасибо!
Hi ! Thanks for the videos. Can you please make a video about counting online logged in users on yii2 please !!
Hey! Thanks for the vids. Can you please show how to remove index.php without rewritemodule?
how to make a broken link user / registration / register ???
Thanks!!!!!
Holly shit, you are awesome man, this URLManager was driving me crazy, REALLY, thanks for your tutorials. I learned Yii2 thanks to you.
Thank you Uthpala !
You are brilliant! A great communicator. A great web developer. A great teacher. Thank you for putting out this great tutorial series.
Thank you for your teachings, please upload next session, tnx
Hey man great videos you're making. Love the advanced tuts. somehow I didnt get any sound in all 5 videos except the 2nd one(uses module by dektrium). is it on my end or yours?
First of all congratulations on the great tutorials Yii2 .
Appreciate a complete and advanced tutorial on Yii2 RBAC that the use of rules is included , in order to limit each user only puediese modify records that are owned , an administrator with permission to all, or a moderator sections.
Thank you, and greetings .
Fonso .
Hi! Can you please make a video about handling errors on Yii2?
For example if user cals a page or controller which doesnt exist, how to
catch it and send to specific page.
please upload next as soon as possible
Thanks 🙂
Sir , Can you make a portfolio website in yii with customized css . please it will help me to make my portfolio :).
Thanks!
Thanks a lot! Great as always