The cart is empty
08
Aug

How to Use .htaccess

Here’s how you can convert the `.htaccess` instructions into a format suitable for the Joomla JCE editor's code view: 1. **Open the Joomla JCE editor** and switch to the **Code** view by clicking on the code icon (usually represented by `</>`). 2. **Paste the following code** into the editor: ```html How to Use .htaccess Today, the use…
08
Aug

VPS Server with ISPConfig or Not?

Managing a VPS server is just like managing any other server. It requires knowledge, patience, and constant security and backups. Only a few of our clients have demonstrated that they are capable of managing their own server. Clients without sufficient Linux knowledge use the ISPconfig 3 admin interface installation, which takes care of basic server settings. There…
08
Aug

PHP Script for Sending Email via SMTP

At the beginning of the year, there were several significant changes in email sending practices. Most email providers like Seznam, Gmail, Yahoo, and many others have tightened their anti-spam policies, making it quite complex to deliver bulk and regular emails. Even emails sent via the PHP mail() function are affected by these restrictions. The following code will…
08
Aug

What Are Guaranteed VPS Parameters

Clients often ask us what guaranteed parameters mean for VPS servers, especially when it comes to guaranteed CPU for VPS servers. I'll try to explain the concept of guarantee and aggregation as simply as possible. Every physical server contains one or more processors. Each processor consists of cores. Our physical servers usually contain two processors with a…
08
Aug

Dedicated Server for an E-commerce Site

E-commerce sites are as common as mushrooms after rain, but few know how to develop an e-commerce site to the point where it becomes profitable. Here, we’ll discuss clients who have a successful e-commerce site and are continuously expanding it. The journey of having your own e-commerce site starts with a standard hosting plan for 25 CZK.…