Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Bin/gpm self upgrade deletes .htaccess file
· 11 years ago
Hi guys... When I update through putty using bin/gpm selfupgrade my. Htaccess file gets deleted. How can I stop this from happening? Note - I have two installs of grav on the one server but it's only
-
How do I use https with Grav?
· 11 years ago
Thanks Franchan, will try it out :)
-
How do I use https with Grav?
· 11 years ago
You might put something like this kind of redirection into your .htaccess (replace <your-domain-name>). I assume you're using apache style HTTP server ... Use TLS only RewriteCond %{SERVER_PORT}
-
How do I use https with Grav?
· 11 years ago
Thanks for the answer franchan, but I was not asking about how to obtain https. It is already enabled through cloudflare (flexible ssl) - I am talking about dynamically changing links so they all star
-
How do I use https with Grav?
· 11 years ago
HTTPS requires an SSL certificate that is used by the HTTP server to encrypt the traffic with the client browsers. It is unrelated to GRAV (which is broadly only responsible for the HTML content gener
-
How do I use https with Grav?
· 11 years ago
I'm trying to locate a setting to enable https in grav, so that menu links and icons will be converted into https instead of http links. The only setting I can find is "url:" in site.yaml. And that do
-
Linking to media file from template?
· 11 years ago
Thanks Alex! and any themes would be greatly appreciated :)
-
Linking to media file from template?
· 11 years ago
Thanks! That works great! :) I'm still amazed by the support you guys provide for this CMS. By the way, once I get a handle on the Grav system a bit more I'd love to help put a few basic themes togeth
-
Linking to media file from template?
· 11 years ago
I know this works because I use it in the Antimatter partials/base.html.twig: <link rel="icon" type="image/png" href="{{ url('theme://images/favicon.png') }}" /> So using the url() method for th
-
Linking to media file from template?
· 11 years ago
OK, that didn't work, but I'll look into streams. That gives me someplace to start. Does it need to be inside any blocks?