2

I try to remove module name from url in YII

http://testdomail.com/demo/user/create 

I want

http://testdomail.com/user/create 

Where demo is my module name. How can I do this?

Brett Gregson
  • 5,867
  • 3
  • 42
  • 60
Hasibur
  • 205
  • 1
  • 10

1 Answers1

0

You can define any url in your config by making some changes in your configuration file main.php.

Please have a look here.

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26