-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add multiple vhosts? #13
Comments
This is most important thing, everyone forgot it to add in documentation of their vagrant box. |
Unfortunately the latest version of Magestead was designed to be a per project Vagrant solution. If you want to map your project to your hosts file then you can do this manually or install https://github.com/smdahlen/vagrant-hostmanager as a vagrant plugin. Magestead will handle this and and use the domain you set in the configuration. |
I am leaving this issue open. I will look at adding a multiple vhosts configuration. |
I would also be interested in this. |
+1 |
@matthewlilley @inluxc @Valentyn-Kubrak Do you guys have a use case scenario where you see this would be needed? Is this primarily to add multiple websites/stores to your existing codebase or would this be to add additional website with another codebase? |
@richdynamix I was looking for exactly this capability. I need to be able to add multi website capabilities because the multi-site environment is one of the most important parts of Magento for me. |
For me is just, add multiple websites/stores to your existing codebase. |
Hello, How to add multiple vhosts and map it in Windows hosts file?
The text was updated successfully, but these errors were encountered: