In the Servebolt Control Panel, you can find your Bolt and your sites in it. Per site comes with its own Site Settings. You have the following settings available:
Development Mode
The first setting is development mode. It turns off caching. Read more here!
Site Related Settings
- Site name
The name of your site is only displayed in the overview of sites.
- PHP Memory limit
This is the maximum amount of memory a PHP process can use.
- Static Caching
This allows files to be temporarily saved in their current state. It makes a shorter loading time because the user doesn’t have to reproduce the files every time. This is used for CSS, JavaScript, fonts, images, and a few other file types. This should be enabled at all times. You can disable the static cache for development purposes by using development mode.
- HTTP -> HTTPS redirect
This forces the browser to redirect to the domain name of the secure site. If you have SSL activated, adding your domain here is a good idea.
- Domain-based redirect
This redirects the browser to the given URL.
- htaccess
This enables/disables the use of.htaccess
Learn more about .htaccess!
