1

URL standard of Yii is : http://www.example.com/index.php?r=watchCan I change this URL to `http://www.example.com/watch?v=6Pddo6kCxvM (it's same youtube url)

Huy Tran
  • 4,371
  • 10
  • 34
  • 38

2 Answers2

0

You would need to look into using mod_rewrite in your .htaccess file for that.

Here you go

andy
  • 2,369
  • 2
  • 31
  • 50
0

Yes. In addition to using .htaccess/mod_rewrite for getting the webserver to invoke the proper script, you should also look into configuring the URL manager. It's covered in the Special Topics: URL Management

karmakaze
  • 34,689
  • 1
  • 30
  • 32