From 299aee67df2a6653de5c8471fc152f4cb935ebdb Mon Sep 17 00:00:00 2001 From: James Anelay Date: Fri, 13 Mar 2015 14:09:41 +0000 Subject: [PATCH 1/2] Add developer mode example to .htacess --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index f1ef8719ba1a8..310d43283beb3 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 From 34b55dd6b044462d10d8210607aa95726258bf46 Mon Sep 17 00:00:00 2001 From: James Anelay Date: Wed, 18 Mar 2015 11:05:44 +0000 Subject: [PATCH 2/2] Add developer mode to remaining similar .htacess files --- .htaccess.sample | 5 +++++ pub/.htaccess | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.htaccess.sample b/.htaccess.sample index 47944ce310559..927cd723cf1bf 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -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 diff --git a/pub/.htaccess b/pub/.htaccess index b00b2127289e3..623c5671ec6ac 100755 --- a/pub/.htaccess +++ b/pub/.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