From 21d181ac025df92b616ac8d421cb992f4d6f7d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 13 Jun 2019 13:36:18 +0200 Subject: [PATCH] Adjust .htaccess to new dev and prod environments --- .htaccess_prod | 2 ++ public/.htaccess | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.htaccess_prod b/.htaccess_prod index 3edeb0a6..2146b88e 100644 --- a/.htaccess_prod +++ b/.htaccess_prod @@ -1,3 +1,5 @@ +SetEnv TYPO3_CONTEXT "Production" + ### Begin: Compression ### # Compressing resource files will save bandwidth and so improve loading speed especially for users diff --git a/public/.htaccess b/public/.htaccess index a02f677e..c0a1a3e4 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,5 @@ +SetEnv TYPO3_CONTEXT "Development" + ### Begin: Compression ### # Compressing resource files will save bandwidth and so improve loading speed especially for users