by Sijin George | May 10, 2019 | cPanel, Latest
New account creation in cPanel is pretty hassle free. But, things go for a toss when the incorrect website page shows up. Usually, the wrong page shows up due to wrong domain configuration in cPanel. And, the website owners often contact us to fix their website as...
by Sijin George | May 9, 2019 | Latest, Server Management
Server hard disks often show degraded performance due to file system errors. And, utilities like fsck is of great help in correcting the errors. But, what if the utility itself report errors ? A typical error message appears as “fsck: error 2 (No such file or...
by Renodiya S | May 9, 2019 | Latest, Magento, Server Management
Today, Magento 2 is one of the most popular platforms to build & manage online business. But, problems like Magento 2 checkout slow affects site performance & ruin your business. Often, this happens due to Magento settings like production off mode, javascript...
by Sijin George | May 8, 2019 | Apache, Latest, Server Administration
Secure website transaction involves a key exchange between the server and the browser. And, when an attacker is ever able to get hold of this key, they can decrypt your SSL session. Thus, the whole process fails. Perfect Forward Secrecy (PFS) eliminate the use of such...
by Renodiya S | May 8, 2019 | Latest, Server Management
Securing a single website with an SSL certificate is pretty simple. But, it’s complicated in the case of multi-level subdomains (for eg: new.blog.domain.com). Here comes the role of the wildcard SSL certificate, one of the security solution for websites with...
by Sijin George | May 7, 2019 | Apache, Latest, Server Administration
By default, Apache comes with a set of standard error documents. They show up when the requested website page do not exist. Often these response pages can be intimidating to site users. That’s where custom error-document helps. But, it needs additional...
by Renodiya S | May 7, 2019 | Latest, Server Management
SSL certificate on the website allows visitors to securely access. In other words, by typing domain.com in a web-browser, a user should redirect to https://domain.com securely. For this, there is an advanced feature in Webmin to redirect HTTP to HTTPS by default. At...
by Sijin George | May 6, 2019 | Latest, Nginx, Plesk, WordPress
Nginx make sites faster. It definitely has an upper edge in serving static content. That’s why, many WordPress users switch to Nginx. Often, this switch cause Nginx WordPress permalinks 404 errors. This happens as Apache’s rewrite rules do not work with...
by Jilu Joseph | May 5, 2019 | Latest, Server Management, WordPress
In today’s business world certain customers prefer to use WordPress on Windows server using IIS. But, after configuring WordPress, problems such as unable to upload images or create folder may occur due to incorrect WordPress permissions in IIS. At Bobcares, we...
by Renodiya S | May 4, 2019 | Latest, Server Management
A reverse proxy in the network is used to forward and balance traffic to multiple servers. As a result, most web servers need to configure the reverse proxy for faster communication between client and web server. At Bobcares, we often get requests from our customers...