From 299aee67df2a6653de5c8471fc152f4cb935ebdb Mon Sep 17 00:00:00 2001 From: James Anelay <jamesanelay@gmail.com> Date: Fri, 13 Mar 2015 14:09:41 +0000 Subject: [PATCH] Add developer mode example to .htacess --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index f1ef8719ba1..310d43283be 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,8 @@ +############################################ +## uncomment the line below to enable developer mode + +# SetEnv MAGE_MODE developer + ############################################ ## uncomment these lines for CGI mode ## make sure to specify the correct cgi php binary file name -- GitLab