Web Maintenance: A Process-Driven Guide with 4 Handy Checklists process.st /web-maintenance/ 9/27/2017
Benjamin Brandall September 27, 2017
Websites are delicate, messy, and hard to manage effectively. Setup might be easy, but a beginner learning to maintain a website will hit a damaging snag sooner or later. The main problem is that the tech behind any website is complex for beginners. The files that run your site are written in multiple different languages, depend on each other’s fixed locations, and are controlled by config files. In short, there’s a lot to grasp when you’re starting up a website. To avoid making mistakes you need a basic knowledge of SQL, cPanel, and phpmyadmin, as well as a general idea of why and how websites work. Like I learned the hard way, tiny tweaks or careless uploads can take the entire site offline for days at a time, which is especially damaging when you have a recurring audience of any kind. In this post, I’m going to go through the methods you’ll need when maintaining a website, and give you processes you can follow for each task. Before you start, you need to make sure you’re equipped to continue…
Getting started: 6 things to set up To get solid systems in place, you first need to set your tools up. These tools will audit your site, alert you of 1/7