From ef7d3df82532240202970289697a2b00b784a9d3 Mon Sep 17 00:00:00 2001 From: Erik Hansen Date: Wed, 29 Jun 2016 15:27:15 -0500 Subject: [PATCH] Change pub/.htaccess developer mode comment --- pub/.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pub/.htaccess b/pub/.htaccess index 926c012eef6a5..2b7595e506fd3 100644 --- a/pub/.htaccess +++ b/pub/.htaccess @@ -2,7 +2,8 @@ ## Optional override of deployment mode. We recommend you use the ## command bin/magento deploy:mode:set to switch modes instead -# SetEnv MAGE_MODE default # or production or developer + # Options are default, production, or developer +# SetEnv MAGE_MODE default ############################################ ## Uncomment these lines for CGI mode.