Skip to content

Instantly share code, notes, and snippets.

@IamSwap
Created January 26, 2016 09:24
Show Gist options
  • Save IamSwap/8f9a77fbce5eda5494af to your computer and use it in GitHub Desktop.
Save IamSwap/8f9a77fbce5eda5494af to your computer and use it in GitHub Desktop.
Apache Virtual Host Configuration for Magento 2
<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