Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
HTTPS and circular redirects
· 10 years ago
That's the problem. My host already ensures that HTTP redirects to HTTPS. It works great. But Grav still generates HTTP urls programmatically (e.g., $this->grav['uri']).
-
HTTPS and circular redirects
· 10 years ago
I set it through .htaccess as the only canonical redirect, as there is no faster way of redirecting and ensuring HTTPS. force_ssl should really only be used as an alternative to .htaccess, but you cou
-
HTTPS and circular redirects
· 10 years ago
I'm using a shared host that is already forcing HTTP requests to HTTPS. But the Grav-generated URI is still HTTP. If I set force_ssl in system.yaml, then it causes a redirect circle. Is there a way I
-
Multisite need the clear the cache everytime
· 10 years ago
another try was in base.html.twig and in that place it always works so it seems an issue only when you add assets in modular {% block javascripts %} {% do assets.addJs('jquery', 101) %}
-
Multisite need the clear the cache everytime
· 10 years ago
i have only one page: home, maybe i didnot explain very well (english not my native language) so excuse me. My home page in my subsite works very well, i have that line in my modular.md {% do assets.a
-
Multisite need the clear the cache everytime
· 10 years ago
What page shows up again?
-
Multisite need the clear the cache everytime
· 10 years ago
If i clear the cache with bin/grav clear-cache then the page shows up again – at least until I refresh. for that issue i need some advices
-
Http/2 server push plugin?
· 10 years ago
Has anyone done any work with GRAV on how to best implement http/2 server push, perhaps through a plugin?
-
Multisite in subdirectory, modular page doesn't display
· 10 years ago
ok was a issue with my md file, i don't use admin plugin. So i'm almost finish my multisite setup
-
Multisite in subdirectory, modular page doesn't display
· 10 years ago
my folder structure : root setup.php >user >themes >MainTheme >template >css >blueprints > etc... >sites