If you have your VPS or Dedicated server, you can manage your MySQL settings into my.cnf file.This article will explain the steps to view and edit your my.cnf file. […]
Category: Cpanel
How to Check DNS ( BIND ) Configuration File
In case of any changes in bind configuration, recommended to check DNS configuration file before restarting service. named-checkconf /etc/named.conf You can use below command , in case of chroot environment: named-checkconf -t /var/named/chroot /etc/named.conf Above command will not show any output if there are no error found in configuration file. In case of any errors will […]
How to Setup DNS (Bind) Server on CentOS/RHEL
The Domain name system use to translate domain names to IP address and vice versa.For example when visitors go to your domain name like,“http://cpanelplesk.com”, Our computer sends a request to DNS and get an IP address of domain. […]
Ping IPv6 Address With ping6 Command
One of our client was unable to ping an IPv6 address. Although our Linux based operating system is configured for IPv6 IP address but he was getting error: […]
How to install Magento
In this article we will show you how to install Magento and get your store up and running.We are going to do a manual installation without using any third party software. […]
How to enable system and exception logging in Magento
Magento has a very powerful logging system that can be extremely useful when debugging any issues you have. By default Magento does not record any messages about errors and exceptions; so if something bad happens, you don’t have idea. […]
Fixing PHP memory errors in Magento
In this article we will show you how to adjust the memory limits of Magento website to reduce or eliminate the memory errors all together. […]
How to Clear the Magento Cache
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. […]
How to login into Magento admin panel
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. […]
How to Change your Magento URL
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. […]