Search results

  1. bhawanisingh

    Reasons for Email Going To Spam Box and it’s Solution:

    Reasons for Email Going To Spam Box and it’s Solution: Actually 79% of commercial emails sent to Inbox. This means that few emails are sent to spam box or blocked. The emails going to spam box can be avoided using spam filter. There many reasons why the mail is not delivered to Inbox. The...
  2. bhawanisingh

    Using Mac Email Programs Copy of a Mail is Left on the Server?

    Mail is an email client with the operation system macOs, iOS and others given by Apple Inc. Some email clients has a default setting to download the messages of the mail on the server. Settings on the email client is modified to keep the copy of the mail on the server. If multiple user access...
  3. bhawanisingh

    TOP Command Examples in Linux

    Top Command is one of the important tool for system administrator. TOP command in LINUX displays the running process on the system and also the list of task which is currently managed by the server. It is a non- interactive command. System summary information as well as list of threads currently...
  4. bhawanisingh

    Error "Your PHP installation appears to be missing the MySQL extension"

    PHP: PHP is an open source scripting language executed on the server and it is an important tool for making interactive and dynamic pages. It is widely used to develop the web based software applications and functionalities. It is mainly designed for web development. PHP code is embedded in...
  5. bhawanisingh

    Steps to Flush DNS cache on Windows.

    What is DNS? DNS is also known as Domain Name System. It is mainly used for converting the URL into IP address. DNS is a root server. IP address are in the form of numbers and user will find difficult to remember all those number , so instead of remembering the number we can type the URL but the...
  6. bhawanisingh

    Google is Forcing You to Have SSL Certificates. Why?

    Why Google is Forcing You to Have SSL Certificates on Your Websites: People use Internet for everything and even for selling and buying products. So online security is more important. Google determines the ranking of the website with the content of the site, backlinks, etc. Google provide high...
  7. bhawanisingh

    How to manually redirect from HTTP to HTTPS through .htaccess file?

    Website security is an important need for any business, as the user will have a safe environment in the website. Many websites uses HTTP and HTTPS versions which may lead to SSL warnings. SSL certificate is essential for creating SSL connection and the certificate is provided by CA (Certificate...
  8. bhawanisingh

    How to enable AWStats in cPanel ?

    cPanel: cPanel is an online web hosting control panel that provides graphical interface and automation tools used to simplify website hosting process. cPanel has GUI, command line and API based access. It functions as a dedicated server or virtual private server. cPanel uses three-tier...
  9. bhawanisingh

    How to configure Apache 2 to Control Browser Caching?

    Cache is a component to store data. A cache hit occurs when the requested data is seen in the cache and miss occurs when it is not found. Caching allows to reduce server resource consumption and utilize the bandwidth and provide fast end-user experience to visitors. Step 1: Verify Modules...
  10. bhawanisingh

    What is SSI and how to use SSI ?

    SSI: Server Side Includes (SSI) is a server scripting language used for web. SSI are directives placed in the HTML pages and accessed on the server when the pages are performed. By this dynamical generated content are added to the HTML page, without using any CGI program or other dynamic...
  11. bhawanisingh

    What is shell exec() function and how to enable or disable it on Linux server?

    Shell_exec() : PHP is an open source scripting language executed on the server and it is used for making dynamic and interactive web pages. It is basically used to develop web-based software applications Web based functionalities, system related scripting and execution features are provided by...
  12. bhawanisingh

    HOW TO FIX 421 TOO MANY CONNECTIONS FROM THIS IP ERROR IN FILEZILLA?

    Introduction: The main reason and cause for the 421 Too Many Connections (8) from this IP error in the FileZilla is the non active mode i.e. idle on the connections regrading FTP which is not being closed or shut down before the opening of the new ones. The reason for this to happen is because...
  13. bhawanisingh

    ERROR “YOUR SERVER DOES NOT SUPPORT THE CONNECTION ENCRYPTION TYPE” IN OUTLOOK

    The error of “your server does not support the connection encryption type” is one of the common errors faced in the Outlook. Infact it is a regular form of complaint faced in the Outlook by the users. It is no more a problem without solutions. Are you facing or getting the error of “your server...
  14. bhawanisingh

    Error "554.5.7.1 you are not allowed to connect"

    Introduction: Have you ever faced a problem with SMTP error 554.5.7.1? Usually, people used to face while sending the mail from the exchange server to domain user who are permitted externally. At this time, they face the SMTP problem “you are not allowed to connect”. Simply, it shows the error...
  15. bhawanisingh

    What is Opcache and steps to enable Opcache in cpanel?

    CPANEL: CPanel is the web hosting control panel which is based on Linux operating system. It provides the interface of graphics and automation tools. This tool makes the website hosting process very simple. CPanel functions as a virtual private server or dedicated server. Once cPanel is...
  16. bhawanisingh

    How to change the IP address used for outbound mail in MailEnable ?

    Introduction Hello folks! In this article we are going to see the step-by-step guide to be followed for controlling a particular interface or IP address that can be used for outbound mail. Before moving to the step by step guide let me give you an introduction to this topic on controlling a...
  17. bhawanisingh

    Steps to enable DKIM and SPF records in Plesk panel

    PLESK PANEL: In Plesk Panel, Windows-based hosting is done for accounts and servers. Account, files, applications, and email that are hosted on account or server can be easily managed. The tasks related to the web hosting business and the business operations of server are automated using Plesk...
  18. bhawanisingh

    How to create Addon domain in Plesk panel?

    ADDON DOMAIN: An addon domain is a functional domain and is created within your Plesk panel. In addon, multiple hosting packages share the same control panel. Email addresses and forwarders are created in the same way as a primary domain on the account. The files share the same control panel...
  19. bhawanisingh

    HOW TO START/STOP OR ENABLE/DISABLE FIREWALLD ON CENTOS 7?

    Introduction: Firewalld is one of the firewall solutions that are installed by default on the servers of CentOs 7 servers which includes other servers such as Liquid Web Self Managed CentOs 7 and Liquid Web Core Managed CentOs 7. CentOS is an operation system that comes from the distribution of...
  20. bhawanisingh

    What is MySQL Error 1064?

    MYSQL Error 1064 appears because of few specific reasons. It is exactly syntax error. When you give a wrong command, MYSQL will not understand. The command should be in valid format within the SQL. A grammar error in English is as same as Syntax errors in SQL. What is the Reason behind the...
Top