How to purge cache with cron jobs

Purging cache with cron jobs can be useful if you want to purge a certain page on your site at a specific time every day, week or month. This will prevent you from doing it manually every time and can save you some time and effort. To be able to […]

How to protect your website from a DDoS Attack

What is a DDoS attack? A Distributed Denial-of-Service (DDoS) Attack is an abusive attempt at disrupting online services like networks, websites or servers. It’s done by sending floods of internet traffic in a short period of time to a targeted online service, typically making the online service unavailable.  Be prepared, […]

How to update account information

Account information can always be changed in the Account Portal if you have access to a user. E.g. if you need to update your Company information, that’s also done in the Account Portal. Changing the email of an account on Servebolt is of course possible, but please be aware that […]

How to install Pimcore v10.3.4

In this article we’ll cover how you can install Pimcore version 10.3.4 on Servebolt based on Pimcore’s documentation. The only needed prerequisites are that you know how to use SSH and common terminal commands. Now you are done setting up your Pimcore installation, congratulations. You will be able to access […]

How to setup Laravel Cron Jobs

In this article we’ll show how to set up Laravel Artisan Cron Jobs within the Servebolt Control Panel.  Note: you may still receive emails regarding cron jobs if the cron job that was executed ran into some error. To eliminate these emails you’ll need to fix the underlying errors.

How to backup your website

Websites and its code changes all the time, creating a backup of your site will allow you to revert to an earlier version if it gets hacked, or if an update, change of code or removal of files were to go wrong. Servebolt runs full nightly backups of your sites, […]

How to fix 404 errors

A 404 error, or also known as HTTP 404, 404 not found, 404, page not found or file not found is a response code that indicates the server can’t find the requested resource. Why is reducing 404s important? There is a number of reasons why 404s should be fixed and […]