This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Description
My current steps.
- add file in data_bags > sites > "magento.json"
- add content in magento.json
{
"id": "magento",
"host": "magento.dev",
"aliases": [
"www.magento.dev",
"magento.dev"
]
}
- add folder in public > magento.dev
clear my dns-cache and call in my browser the new domain: magento.dev
after this - my browser redirect to local.dev (local.dev works how expected)
What i have to add in /etc/hosts ? - what is missing?