Search results

  1. bhawanisingh

    [RESOLVED] Error: "Connection timeout after 20 seconds of inactivity"

    Introduction: It is potential that when the last updates of Filezilla you did not connect with your FTP server, the error that typically shows is that the following: Error connection timed out after twenty seconds of inactivity This error typically happens on those servers that have a TLS...
  2. bhawanisingh

    How to Secure PHP on Windows Server?

    Understanding PHP: PHP stands for Hypertext Pre-processor. It is a widely used open source common purpose scripting language which is particularly meant for web development. It can be rooted into HTML. The PHP works in a way that it produces the custom-built web information’s from receiver to...
  3. bhawanisingh

    Free SSL Certificate for Website

    When it’s about a Website then one of the most important things is the “Website Security”. Security builds the trust of Visitors towards the Website. Security (HTTPS) also boosts the search engine ranking of the Website. If you are looking Free SSL (Secure Socket Layer) Certificate for your...
  4. bhawanisingh

    Error : MailEnable Authentication Failed Unknown or Disabled User! Try Again

    While making attempt to login to web mail sometimes Error : 'Unknown or Disabled User!' occurs. There are various reasons that cause this error, all these causes as well as solutions are described in the following text. Reasons and Solutions : 1. The most common reason is that the username or...
  5. bhawanisingh

    What is mod_rewrite and how to setup mod_rewrite for Apache?

    Mod_rewrite is considered to be one of the most powerful, yet troubling subject. Most often people are confused and frustrated by the complexity of mod_rewrite. People even believe that it is quite a task to master the subject! Don’t get frustrated! We are here to clear the basics of the...
  6. bhawanisingh

    Optimization and Tuning of MySQL from my.cnf

    Optimization and Tuning of MYSQL MySQL is the most suitable option of database for web applications. It is a central component of the mostly used LAMP web application software stack. After installation of MySQL, configuration is required. However, it is not necessary to do MySQL configuration...
  7. bhawanisingh

    Time out detected while attempting to access file transfer protocol with WINSCP

    Introduction: An error message “Timeout detected” while attempting to access FTP with WINSCP Possible scenarios 1) Network error: Time out during connection All sort of connection refused by other end apply to this Error too 2) Timeout Detected This error occurs while log in and...
  8. bhawanisingh

    How To Secure MySQL Server On Cpanel?

    MySQL is among the most common database servers majorly used on Linux the operating systems. It is technically very strong. All the modern applications based on Joomla, WordPress, Magneto, or e-commerce, work very well with MySQL. When MySQL is integrated with Cpanel it is even easier to manage...
  9. bhawanisingh

    How to add Email signature in webmail?

    An E-Mail signature is a block of text added to the end of email message one sends. A signature describes the recipient like name, e-mail address, business contact information or website URL. Some people use signature to sign-off email message with closing statement. A signature file is...
  10. bhawanisingh

    How to Enable Spam Filter in Plesk ?

    SpamAssassin Spam Filter is a kind of Filter which recognizes Spam Messages from all the Emails sent to the Mailboxes that are Hosted on the Plesk Server. The following text is to tell you all about the SpamAssassin Spam Filter (What is it, How to enable it and How to Configure the Spam...
  11. bhawanisingh

    HOW TO SETUP GMAIL WITH OUTLOOK 2007 - GMAIL CONFIGURATION FOR OUTLOOK?

    The following steps have to be taken to setup the Gmail with the outlook 2007. Step 1: The Gmail have to be prepared for connecting with the outlook 2007 The Gmail can be connected with the outlook but before this step we have prepare the Gmail. To prepare the Gmail account the two step...
  12. bhawanisingh

    Best Ecommerce Platform Comparison Shopify Vs Magento Vs Woocommerce Vs Opencart Vs Prestashop

    While choosing the ecommerce platform we have to be very careful. We must be very careful in choosing the shopping cart. It should meet the demands such as it has to be profitable and the functionality has to be developed. Now a days we live in the world where the market provides you thousands...
  13. bhawanisingh

    Tune MySQL to Improve the Performance of CPU

    With relational database, My SQL proves to be a complex thing. It leaves the applications to meet some issues. An error at database leads to show impact on My SQL performance. In order to ensure that My SQL server runs at greatest speed, it is important to eliminate the issues which lead to work...
  14. bhawanisingh

    Increase WordPress Maximum upload file size

    Introduction: If you are reading this blog and there is no doubt you got into a problem while uploading files with word press. Word Press is having maximum file size upload limit and you have to fix it as soon as possible. Many host keepers limits the file size by default. Here we are going to...
  15. bhawanisingh

    HOW TO COMPLETELY UNINSTALL CLOUNDLINUX FROM CPANEL SERVER?

    The kernel level technology is CloudLinux which is one of the great operating system. This technology is designed in such a way that is used for sharing the host environment. The use of this website is that the single site can be prevented. This site uses the resources and it makes the whole...
  16. bhawanisingh

    Error - 404 Not Found and How To Fix This

    All about this common error as well as its solution is detailed in the following text. About Error – 404 Not Found : This error can be seen invarious forms such as "404 Error", "404 Not Found", "404 Page Not Found", "HTTP 404 Not Found", "The Requested URL Was Not Found on This...
  17. bhawanisingh

    Add or Remove “www” to a Domain Name

    There are three ways to remove or add www to your domain name in Wordpress. All the three ways are detailed in the following text. Changing the URL from WordPress Dashboard : 1. Log into the WordPress Dashboard and go to Settings >> General. 2. Find the "WordPress Address (URL)" and "Site...
  18. bhawanisingh

    Use PHP to make a MySQL Connection

    There are various ways to make a MySQL Connection using PHP and each of them are described in the following text. To connect MySQL Using MySQL Improved (mysqli) Extension : To connect MySQL use the below PHP code and to Select a Database:- <?php $mysqli = new mysqli("localhost", "username"...
  19. bhawanisingh

    How to disable magic_quotes_gpc for Joomla ?

    Are you facing problem related to magic quotes? Many open source software like Prestashop, Drupal, Joomla are available in which magic_quotes_gpc should be turn off. You can easily disable it by simply adding the code in .htaccess file. In this article we are going to explain about the steps to...
  20. bhawanisingh

    How we can Disable RSS Feeds in Wordpress?

    Users can subscribe to your blog posts via RSS feeds but in case of small static website, you may want to turn off the RSS feeds. There are two methods to turn off RSS feeds and both these methods are described in the following text. Disable RSS Feeds by Plugin : If you are beginner then this...
Top