Adjust .htaccess to new dev and prod environments
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
SetEnv TYPO3_CONTEXT "Production"
|
||||||
|
|
||||||
### Begin: Compression ###
|
### Begin: Compression ###
|
||||||
|
|
||||||
# Compressing resource files will save bandwidth and so improve loading speed especially for users
|
# Compressing resource files will save bandwidth and so improve loading speed especially for users
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
SetEnv TYPO3_CONTEXT "Development"
|
||||||
|
|
||||||
### Begin: Compression ###
|
### Begin: Compression ###
|
||||||
|
|
||||||
# Compressing resource files will save bandwidth and so improve loading speed especially for users
|
# Compressing resource files will save bandwidth and so improve loading speed especially for users
|
||||||
|
|||||||
Reference in New Issue
Block a user