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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of yii?

4