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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Joachim Liedtke Member

@norrin · Joined 9 years ago · 20 posts · 6 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Error plugin - Add more error pages · 8 years ago

    Yeah, when I do 'http://mysite.tld/node/external.php?xyz=123&abc=de' I get a 410 too, but an 'external.php?xyz=123&abc=de' in the root directory gives me a 404.

  • Error plugin - Add more error pages · 8 years ago

    @perlkonig I changed my 'graveyard.yaml' to: enabled: true graveyard: - /node/* - /external 'http://mysite.tld/node/10' results now in a 410 error page. - Cool! 'http://mysite.tld/node/100/10/1' a

  • Error plugin - Add more error pages · 8 years ago

    Hi @perlkonig , that was quick! I have put a 'graveyard.yaml' into '/user/config/plugins' and it looks like this: enabled: true graveyard: - /article - /node/ - /external* 'http://mysite.com/ar

  • Error plugin - Add more error pages · 8 years ago

    @Perlkonig that sounds cool. I'd love to help, but my php knowledge is quite limited, so I wouldn't even know where to start ... I'm afraid. But if I can be of any help as 'beta tester' - just let me

  • Error plugin - Add more error pages · 8 years ago

    I don't think maintaining a list of specific URLs is a comfortable and flexible way for me to go as I don't even know all the possible URLs at the moment. Therefore I would like to rely on the flexibi

  • Error plugin - Add more error pages · 8 years ago

    @dimitrilongo I installed the Graveyard plugin. It sounded promising in terms of comfortable maintenance. The plugin works like a charm for specific URLs, but unfortunately it doesn't give me the flex

  • Error plugin - Add more error pages · 8 years ago

    @hughbris Here's my setup: In my '.htaccess' I have rules like this ErrorDocument 410 /410 Redirect Gone /articles/ RedirectMatch gone /extern* Now, when I delete the 'ErrorDocument' line gone pages

  • Error plugin - Add more error pages · 8 years ago

    I tried to add another error page to also catch 410 errors. I created a new 410-folder and an error.md file inside it. Now I‘m stuck. How can I get the error plugin to display my custom 410-error-page

  • How to add meta-tag with today's date? · 9 years ago

    Thank you so much for the enlightenment and I promise to dig deeper into the Twig documentation in the future.

  • How to add meta-tag with today's date? · 9 years ago

    Hi all, I'd like to add a meta-tag to my page-template that always displays the actual date, like this: <meta name="date" content="Mon, 11 Sep 2017 17:22:44 +0200"> How would I achieve that? Any