Linux

Redirect one domain to another domain

You can set up a URL redirect to forward your domain (e.g., www.yourdomain.com) to any destination page of your choice. There are many methods to redirect if you using cpanel and plesk panel so there...


How start / stop service in Centos 7 ?

We assume that you are familiar with command line. You can use following commands. To check status of apache systemctl status httpd.service To start apache systemctl start httpd.service To Stop apache...


How to install cPanel in Centos 7

First We need to know about cPanel cPanel is a control panel that allows users to manage servers through a Graphical User interface instead of the command line. You can easily manage your Websites...


How to Block Country by Using CSF ?

Config Server Firewall is known as CSF. This is most popular firewall for linux to secure your server. It comes with many useful features, You can manage CSF by command line or control panel. From...


How to redirect main domain to subfolder

You need to add below code in the .htaccess file in the public_html folder of your hosting account. If.htaccess page is not exist then you can create it from cpanel under public_html directory....


Error: csf: Incorrect CONNLIMIT setting: [50], at line 2484

Did you get below error when you try to start CSF. Error: csf: Incorrect CONNLIMIT setting: [50], at line 2484 This error was comming  becuase CONNLIMIT=50 is not a valid setting for the latest...


Internal Server Error User ‘username’ is over quota in cPanel webmail

According to error message disk quota of that cPanel user is exceeded. You have to remove all  unwanted files from the cPanel. After that check your webmail. If you are still facing same issue...


Error Token mismatch phpmyadmin cPanel

Did you ever come across below error during phpmyadmin access from cpanel.     Usually this error comes when disk quota filled. Suppose you have assigned package value 1 GB and your domain...


Unable to establish a PHP session – PHPMyAdmin error

Are you getting below error during phpmyadmin access in cPanel ? Access Denied Unable to establish a PHP session. If you believe that this is in error or inadvertent, contact your system administrator...


503 Valid RCPT command must precede DATA

If you are trying to send email from Outlook and get below error: 503 valid RCPT command must precede DATA So you need to follow below steps to fix this error. 1.  Open outlook 2. Go to Tools/Email...