Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we can change the url for yii::app()->homeurl in yii2?



How we can change the url for yii::app()->homeurl in yii2?..

Answer / Satendra Kumar Batsal

To change the URL of yii::app()->homeUrl in Yii2, you need to set the value of 'homeUrl' in your application's configuration. Here is an example of how to do it in a web-based config file:

```php
return [
// other settings...
'components' => [
'urlManager' => [
'class' => yiiwebUrlManager::class,
'homeUrl' => '/your-desired-url',
],
],
];

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Yii PHP Framework Interview Questions

How we can call layouts in controller file in yii?

1 Answers  


What is the naming convention in yii framework? Explain

1 Answers  


What is components in yii? Explain

1 Answers  


How we can get current controller & action name in yii?

1 Answers  


Can you list some database related functions in yii?

1 Answers  


What is components in yii?

1 Answers  


How can we use ajax in yii?

1 Answers  


How can we set a flash message in yii2?

1 Answers  


How do we extend yii?

1 Answers  


What is the directory structure of yii2?

1 Answers  


What is cmodel class in yii 2.0 framework?

1 Answers  


Why gii is used in yii 2.0?

1 Answers  


Categories