How To Change Underscore From Url

For example I have action:




    public function actionTermag_novi_dio()

	{

		

		$this->render('clanak');

        

	}



And I want link to be like these controler/termag-novi-dio

Any help, please?

This should be posted under the normal Yii 1.1 discussion. You’ll get an answer faster that way :slight_smile:

Definitely the wrong forum. :)

[color="#006400"]/* moving … */[/color]

I think you’re looking for UrlManager’s rules property. This post might help.