Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devNoiseConsulting/870309dc150ce3df29138a342dccaf40 to your computer and use it in GitHub Desktop.
Save devNoiseConsulting/870309dc150ce3df29138a342dccaf40 to your computer and use it in GitHub Desktop.
Apache config for Magento 2.
<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