Servage Magazine

Information about YOUR hosting company – where we give you a clear picture of what we think and do!

Archive for March, 2022

How to read PHP error logs via File Manager or SSH

Tuesday, March 29th, 2022 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 phpencounters 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 ...

Junk filtering in the Servage Webmailer

Tuesday, March 15th, 2022 by Helge
stop_spamEmail 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 ...

How to enable Cloudflare for your website hosted at Servage?

Wednesday, March 9th, 2022 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Ā coffee-desk-laptop-notebook 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 ...