Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Gzip conflict MAMP for Windows
· 11 years ago
SOLVED. As per suggestion by flaviocopes, I created a user/localhost/config/system.yaml file where I added the directive to turn off gzip. The user/config/system.yaml contains the directive to turn on
-
Gzip conflict MAMP for Windows
· 11 years ago
Try simply disable gzip compression in a localhost config file. (e.g. /user/localhost/config/system.yaml)
-
Gzip conflict MAMP for Windows
· 11 years ago
You can also add that setting in the environment configuration
-
Gzip conflict MAMP for Windows
· 11 years ago
BTW you can try adding this in your .htaccess file: php_value zlib.output_compression off ---
-
Gzip conflict MAMP for Windows
· 11 years ago
Please create an issue for this on the Issue tracker: https://github.com/getgrav/grav/issues
-
Gzip conflict MAMP for Windows
· 11 years ago
Is there a way to configure MAMP for Windows ( v3.2.0 free version) to allow use of gzip compression? Production server runs fine with gzip enabled. Error log displays: [2016-01-08 20:57:26] grav.CRI
-
Question: Sets grav the version to server variable?
· 11 years ago
Ok cool, sorry i misunderstood your question. Glad you got it sorted.
-
Question: Sets grav the version to server variable?
· 11 years ago
Thanks, this is the internal define. I can´t get this outside of grav, but i have the follow solution: $parent_dir = dirname(DIR); include($parent_dir . '/grav/system/defines.php'); This code at my ex
-
Question: Sets grav the version to server variable?
· 11 years ago
{{ constant('GRAV_VERSION') }}
-
Question: Sets grav the version to server variable?
· 11 years ago
To get the grav version outside grav with twig like: PHP Version {{ constant('PHP_VERSION') }} and Twig Version {{ constant('Twig_Environment::VERSION') }}.