Simple trick to make your Google Pagespeed, Pingdom Tool and GTMetrix score a little bit higher by getting an A on the "Leverage Browser Caching" grade in Nginx (Laravel Forge in my case)
Ngrok is a tool that I and other developers use to create temporary links that route traffic into your local webserver, however out-of-the-box there are some issues when using ngrok with CraftCMS due to how url and asset paths are generated.
The redactor table plugin in the Redactor editor is not enabled by default when you install Craft 2 or the Redactor Plugin in Craft 3, here is how the enable it, so it can be used by your content editors.
When CraftCMS cannot find a matching template or route, it displays a rather ugly "404 not found"-page, in this article I'll show to replace that page with your own custom "not found" template, and how CraftCMS's error pages works under the hood.