Tuesday, May 23rd, 2023 by Helge

Basing upon a survey with the survey time period from 2017 to 2020, there are today approximately 347.3 billion e-mails which are sent and received per day worldwide (source: www.statista.com).
This is an astonishing number which shows how important e-mails for private and for professional purposes are. Via our Servage Hosting account, we provide a complete hosting solution for both enterprises and personal user. Of course, we implemented plenty for e-mail services for your to make sure have useful and necessary e-mail features.
To receive and send e-mails, you can administrate your e-mail accounts via a mail client like e.g. Outlook or Thunderbird. You find the protocols to config your e-mail ...
Tuesday, May 2nd, 2023 by Helge

The php. ini file is the default configuration file for running applications that require PHP. It is used to control variables such as upload sizes, file timeouts, and resource limits. You can check your default settings if you create a php file in your root directory and add this code to that file
<?php
phpinfo()
?>
However, some plugins and themes require different PHP settings than those set by default. Via your Servage account, you have a vast flexibility and you can adjust many settings in accordance to your needs!
In your Servage control panel, you find the PHP config button which allows you to edit some common php.ini settings:
log ...
Tuesday, April 11th, 2023 by Helge

Email spam, also known as junk email, is unsolicited messages sent through email. The use of spam is a problem faced by most email users. Recipients of spam often have had their email addresses obtained by spambots, which are automated programs that crawl the internet looking for email addresses. A spammer typically sends an email to millions of email addresses, with the expectation that only a small number will respond or interact with the message. Servage offers our customers several ways to receive and send e-mails. Many user use our e-mail system with the help of an e-mail program via SMTP/IMAP. In addition to that, we offer a Webmailer ...
Wednesday, March 29th, 2023 by Helge

Protecting files on your site from unapproved clients can be significant. Much increasingly significant is the strategy by which you achieve this undertaking. You could utilize PHP to tune in for login approval data on each page, yet that doesn’t ensure your pictures, archives, and other media?
Servage gives you the option to .htaccess secure your websites with a few clicks only!
login to servage control panel.
click on Domain and Websites and Password Protection option.
Select the domain name for which you want to enable password protection.
On the right-hand side of the screen there is one green Add button.
Then add title and click on folder in which you want to password protect it. After ...
Wednesday, March 8th, 2023 by Helge

With your Servage webhosting account, you have access to the server via SSH. SSH stands for Secure Shell and is a way to log in to the server to be able to work directly on the server via text commands. Handled the right way, SSH can be very useful and can help you work very efficiently. Before you can start, you need:
SSH client
the SSH login details for your account
You can download free SSH clients via the internet. Plenty of user are using Putty. However, there are plenty of other tools which you can use as well. Click on THIS ...
Wednesday, February 1st, 2023 by Helge
Working with PHP requires you to consider how to handle errors. The errors can be various kinds and have different consequences for the code execution, and have to be handled accordingly. Errors are generally speaking scenarios where the code

encounters a problem because of a given scenario that does not meet the criteria and expectations given by the code. There is no way you can expect to develop a script that never encounters errors, and therefore you should put proper care into your error handling process. If not, then users may experience odd and unexpected behaviour which frustrates and leads to lower satisfaction. More severely it may even lead to broken ...
Thursday, January 19th, 2023 by Helge

Custom error pages enable you to customize the pages that are displayed when an error occurs. Not only do they make your website more professional, they can also save you from losing visits to your site. If a visitor sees a generic error page, they are likely to leave your site. However, if they see a helpful error page, they may continue to stay because they can simply click a link to go to another page within your site. An error page is often returned when a visitor attempts to access a page that doesn’t exist on your site. The two most common reasons a visitor ...
Tuesday, January 3rd, 2023 by Helge
Cloudflare is a CDN (content delivery network) - A system that acts as a proxy between your website visitors and our server. It helps people around the world to view your website information faster by placing multiple copies of your website's data in

proxy servers worldwide. This helps the user to load site faster as the browser will fetch the files from the closest physical located Cloudflare proxy server.
Cloudflare CDN also offers features like DDOS protection for the sites linked with them. Apart from this, you can also use Cloudflare free SSL on your site for more security.
Utilizing Cloudflare is the process of moving your domain's ...
Wednesday, November 9th, 2022 by Helge

In this blog, we like to give you some information about the FileManager which is embedded in the cutomers control panel. This tool gives you options to adminstrate the files in your Servage account:
The FileManager can be found in your Servage account under “Files” -> “FileManager”. When you enter this section of your control panel, you can see an elaborated Tool which shows you:
A) The Directory Tree of the files in your Servage on the left side.
B) On Top of the FileManager, you find a fancy tool bar which allows you to adminstrate files (upload, download, alter, rename, change etc.) via the FileManager.
...
Tuesday, September 20th, 2022 by Helge

You installed your WordPress in a subfolder (e.g. http://domain.com/sub-folder) and you want to move it to the main folder (e.g. http://domain.com )? That is no problem! With few steps, you can do it. Here is a step by step guideline for you:
First move/copy the contents of “sub-folder” to the root document i.e under public_html folder of your domain, you can use the FTP, SSH or ‘move’ option within the Servage file manager to serve this purpose.
Check the database details you are using for the blog. You can find the database details in the file wp-config.php.
Make a backup copy of the database before making the ...
Recent articles
Plenty of our customers running WordPress. It is easy to install and handle via the
Servage application installer. It is a very popular tool since it has tons of features, and can even be extended with plugins – adding custom functionality. There are very many plugins available already, by individual developers and other web services, to integrate with and extend WordPress. You can find a directory ...
Via Servage control panel, you can implement paid SSL and/or Let’s Encrypt to run your hosts via https.
Here are some more details about Let’s Encrypt and some pros and cons of both methods: What is Let’s encrypt SSL? How do I benefit from it?
Let’s Encrypt is a security service supported by several major IT companies such as Google or Facebook. The service offers SSL certificates for a very ...
Do you plan to change your webhoster since you look for better or more suitable plans which fit your purposes which include the process of transferring/moving your files, database, emails to another host? Great! If you decide to migrate to Servage, we
can offer plenty of help related to the migration - all of that support is included in your webhosting fee and comes without additional costs.
Usually your account ...
Mails can bounce back with the message " Your message is blocked for low reputation", or similar. If you wonder: it is likely that your e-mail landed on an e-mail server blacklist! This happens when your domain/mail server IP is blacklisted by any 3rd party anti-spam agency. Eg: Spamhaus, RBL, CBL, etc. Also, many mail servers reject such emails outright if the mails look suspicious and have a probability ...
The php. ini file is the default configuration file for running applications that require PHP. It is used to control variables such as upload sizes, file timeouts, and resource limits. You can check your default settings if you create a php file in your root directory and add this code to that file
<?php
phpinfo()
?>
However, some plugins and themes require different PHP settings than those set by ...
Recent comments