Magento by default includes a cache system to improve website performance.If you have made any modifications to your Magento store,They will not appear immediately unless you clear the cache. […]
![](https://cpanelplesk.com/wp-content/uploads/2016/08/telnet-8.jpg)
Magento by default includes a cache system to improve website performance.If you have made any modifications to your Magento store,They will not appear immediately unless you clear the cache. […]
If you’ve installed and configured Magento, Now you’re ready to log into your Magento Admin Panel. The administrator backend is where you can perform all of your shopping cart’s administrator functions. […]
There might be a situation when you want to change the URL or domain name of your Magento website. In this article we will show you how to change the URL of your Magneto website. […]
Logs are the best part to start troubleshooting.In this article we will show you how to enable the different type of logs into MySQL server: Error Log: It contains all the information about MySQL errors.To enable MySQL error log edit MySQL configuration file and update following setting as per your requirements. [mysqld] log_error = /var/log/mysql/error.log […]
A 301 redirect simply inform the search engines that a page has been permanently moved. In most cases, a 301 redirect is the best way of implementing redirects on a website. […]
This article will guide you to calculate size of tables and database in MySQL servers though sql queries. MySQL stored all the information related to tables in database in information_schema database. We will use information_schema table to find databases and tables size. To check single database size in MySQL we may run this query,Please change ‘testdb‘ with your actual database […]
If you came into work and found out that some changes has made without leaving any documentation for you, In that case Linux have a quite powerful command which can help you to get the list of of all recently modified files. […]
Sometimes a cPanel upgrade get hang. To kill all processes, We can simply use these commands instead of manually trying: […]
Sometimes named.conf got corrupted in cPanel server, To fix that issue follow the steps below: First of all move the corrupted named.conf using the below command : […]
Config Server Security & Firewall provide basic and necessary security application for Linux servers. Before getting started, make sure you firstly install CSF on your server following what’s described on our previous guide. 1. We can whitelist a specific IP so any connection from that IP will be allowed on CSF: csf -a IP address This will […]