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> | |
ServerName magento2.dev | |
SetEnv MAGE_RUN_CODE "base" | |
SetEnv MAGE_RUN_TYPE "website" | |
DocumentRoot "/var/www/html/magento2.dev/pub" | |
<Directory "/var/www/html/magento2.dev/pub"> | |
AllowOverride All | |
Order Allow,Deny |