Created
February 21, 2017 17:08
-
-
Save devNoiseConsulting/870309dc150ce3df29138a342dccaf40 to your computer and use it in GitHub Desktop.
Apache config 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
<Directory "/home/magento_user/www/html"> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
Allow from all | |
# New directive needed in Apache 2.4.3: | |
Require all granted | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment