Skip to content

Instantly share code, notes, and snippets.

@matthewlzb
matthewlzb / magento2.dev-vhost.conf
Created July 31, 2024 00:43 — forked from Sorbog/magento2.dev-vhost.conf
Magento 2 Apache Virtual Host Configuration
<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