Created
January 26, 2016 09:24
-
-
Save IamSwap/8f9a77fbce5eda5494af to your computer and use it in GitHub Desktop.
Apache Virtual Host Configuration for Magento 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
DocumentRoot /var/www/magento2 | |
ServerName mage.dev | |
ServerAlias mage.dev | |
<Directory /var/www/magento2> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment