Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Log directory problem with 1and1 · 10 years ago

    Hi, when i make de instalation return this error: /homepages/1/d629131943/htdocs/logs exists but is not writeable Because this directory it's used by 1and1 and it's impossible change de name. Can anyo

  • How to redirect a link that has a colon: in it? · 10 years ago

    That's going to be very difficult for Grav to handle to be honest. This is because colons are used in Grav for parameters. These are stripped off the URL first thing so the route will not contain th

  • How to redirect a link that has a colon: in it? · 10 years ago

    flaviocopes, it still 404s. no other errors either, the debugger does not seem helpful on this, no logfile entry. thing is, as soon as i remove the colon from the redirect definition, and try to acces

  • How to redirect a link that has a colon: in it? · 10 years ago

    Use redirects: "/Blog/Here:_Not_here": "/definitely-here" otherwise the : in the URL is interpreted as a YAML separator

  • How to redirect a link that has a colon: in it? · 10 years ago

    Another approach is to redirect at the webserver level. When using Apache you can use mod_rewrite to redirect the bot's page request.

  • How to redirect a link that has a colon: in it? · 10 years ago

    funny little problem. i used to run some other cms here on that site, and some bot is trying to access an old link that has a colon in it. now i can redirect links in site.yaml, but grav seems to chok

  • Help with themes needed · 10 years ago

    Each theme needs to provide the appropriate 'twig templates' for each page type of your pages/ content. Eg. home.md by default will look for a templates/home.html.twig template file in your theme, de

  • Help with themes needed · 10 years ago

    OK I found the ADD button in Dashboard/Themes but when I activate a new them I get "Template "home.html.twig" is not defined." + a load of debugging info

  • Help with themes needed · 10 years ago

    Hi, Just started to try out Grav, but having problems installing themes. If I install Grav using a skeleton, everything fine, included theme looks great If I install Core Grav with Admin, and then ins

  • Lost functionality after upgrading grav & changing from apache to nginx · 10 years ago

    https://github.com/getgrav/grav-plugin-comments/issues/40