If spam is sent from your server, you will always be notified by our technicians. We try to provide as much information as possible so that you can fix the problem. View logs If you suspect you are sending spam, you can check the access logs for POST requests. Below is an example of a […]
Category Archives: Panels
The main Statistics menu provides a lot of information. As mentioned above, the first two rows of the list (Bandwidth/Disk Space) provided total usage. DirectAdmin uses these numbers for quota purposes (and not the numbers from the list of statistics – see the first section “Checking disk space and bandwidth”). When your account reaches its […]
Domains are a unique way to identify yourself on the Internet. There are two parts to a domain: the name and the extension. The name is the description of yourself or your site (for example, the name “dogfood” in dogfood.com). The extension represents the domain category. For example, the .com extension means “commercial,” .net means […]
To change your control panel [and customer login] password, click on ‘PASSWORD’ at the top of the screen. You enter your current password and then your new password twice. Click “Submit” to confirm and then “save”. The control panel will reject your password if it is too short or contains invalid characters. Important Note: This […]
The PHP setting max_execution_time is the number of seconds PHP will allow a script to run before PHP terminates the script. The best way to change the PHP max_execution_time setting for an app is to create a .user.ini file in the app’s public directory. This file should contain the following: max_execution_time = 120 where 120 […]
To check disk space and bandwidth, click on the “Statistics” icon from the control panel menu. At the top of your screen, you’ll see these lists: The numbers in the lists represent megabytes, 1000 megabytes is about 1 gigabyte. You will be provided with two different disk space/bandwidth measurements. The first list is used by […]
At the beginning of your account are these folders: /backups /domains /mail /public_html /backups The /backups folder contains all backups created by the control panel. You will not have a /backup folder until you create a backup in the control panel. /domains The /domains folder contains the files related to your hosting account(s). Each domain […]
In this tutorial, we’ll show you how to install phpMyAdmin. This tutorial assumes you have already connected your server to ServerPilot and that you have created at least one app on the server. Follow these steps to install phpMyAdmin: Upload and extract the phpMyAdmin archive. Rename and edit the configuration file. Log in to phpMyAdmin. […]
There are a number of measures you can take to prevent your website or VPS from being hacked: Keep your website(s) up-to-date. Remove plugins, themes, or modules that you no longer use. Use passwords that are not easy to guess. Change your passwords regularly. Never use the username ‘admin’ or ‘root’. Make regular backups. Make […]
The default file for each web folder is index.html. This means that visitors who have access to http://www.uwdomeinnaam.com are actually redirected by the server to http://www.uwdomeinnaam.com/index.html. This works for every publicly accessible folder on your system, including the subdomains. When you want to upload the main website, don’t forget to place a index.html in each […]