Search results

  1. bhawanisingh

    How do I Backup Mysql Database in CPanel ?

    If you have an online website which is built in content manager system like Joomla, wordpress, or any other cms then it is obvious that your website has Mysql database. To secure your database it is must to take back up of your database regularly. As you know every website has some back-end...
  2. bhawanisingh

    How to set a redirect for my website in CPanel

    Some time we want to redirect to the website. We want to redirect one domain to another, for example, we want to redirect one domain.com to another domain.com and want all the traffic of one domain to another. You can also redirect a specific page using redirection. It’s too easy to do redirect...
  3. bhawanisingh

    How do I block IP address through CPanel ?

    If you don’t want to allow the access to your site for a specified range of IP or a particular IP then you can add that IPs in IP blocker in cPanel. This option will help out to block the access of your website for one or more IP address or you can also block the access through (FQDNS) fully...
  4. bhawanisingh

    How to add a cron job in CPanel ?

    How to add a cron job in CPanel ? Cron jobs are the defined tasks that the systems run on decided time interval. In other words you can these are the predefined task that runs on the system in particular interval of time. You can set up your cron jobs through cpanel for the particular task like...
  5. bhawanisingh

    ERR_TOO_MANY_REDIRECTS and how to fix this problem in chrome ?

    If you are getting the error ERR_TOO_MANY_REDIRECTS is your chrome browser and want a quick fix for that then here is the permanent and quick solution. After reading this article you can easily get rid out of this problem. It will avoid the entire problem directly and remove your...
  6. bhawanisingh

    How To Fix 504 Gateway Time-out on Nginx ?

    As we know about Nginx that it is an open source HTTP web server software which offers various services like reverse proxying, caching, load balancing, media streaming, and more. You can also use Nginx as a proxy server for email. The main motto behind Nginx is to create the fastest web server...
  7. bhawanisingh

    .htaccess 301 redirect

    To redirect a domain we use various ways but using .htaccess file is one of the best and easy way to redirect your domain. It’s too easy to redirect your domain by using .htaccess file. You can even redirect single page or also full website using. Htaccess file. To redirect your domain you have...
  8. bhawanisingh

    Learn how to use CSS transform: rotate to create vertical text

    Usually when we create html elements then frame of these elements are horizontal. We will pay more attentions to width of frame rather than heights Most of time When it come to text within them. Sometime we want to display the element text in vertical fashion. It was more difficult at that time...
  9. bhawanisingh

    HTTP Status Code 504 Gateway Timeout Error

    Normally this error occurs when the server didn't get a response on time from another server. This is an HTTP status code which indicates the response of the server. If you get a 504 error then there are several possible reasons like the server is down or not working properly and when firewall...
  10. bhawanisingh

    How To Use Cookie-Free Domains ?

    HTTP cookies: http cookies are data which are sent by websites and this data will store in your browser. When user view their website the use cookies to watch them. Cookies are basically a pertaining data of your website. Cookies are so useful and valuable .each time when user browse there...
  11. bhawanisingh

    How to setup Webmail in iPhone ?

    Webmail provides a way of sending and receiving emails from a web browser which means you can manage your emails without an email client. On web mail you can compose a message and can read all the email messages in inbox. To access Webmail you can also use offline email client application like...
  12. bhawanisingh

    How to use the PHP ternary operator ?

    People are already familiar with all type of PHP’s statement like if statement. It is too much similar to other counterparts in different other programming languages. This statement also represents the fundamental concepts of programming. They If the statement is so easy statement to understand...
  13. bhawanisingh

    How to disable ModSecurity in cPanel?

    Mod security is one of the most important Apache server module which helps to defend your websites from malicious attacks. It has set of rules with regular expressions that blocks the commonly exploits. ModSecurity can easily block the code injection attack to secure your websites. So if you...
  14. bhawanisingh

    How to Start/Stop or Restart Apache server on CENTOS Linux server ?

    Apache is the HTTP server which is freely available over internet. It is a kind of software or program which is developed to run on Linux/Unix but now it is also work under systems like windows or MAC. Today’s most of the websites hosted under different servers like Linux, Windows, Java etc ...
  15. bhawanisingh

    How to make rounded images with CSS

    Have you ever wondered or thought that how those circular images is can automatically build without choosing any feature or application. Today we are going to tell you how can you make this feature active in your website by using CSS. You can also do this with using simple CSS and HTML. To...
  16. bhawanisingh

    On CentOS server : How to Start/Stop or restart Ngnix server?

    Ngnix which is also known as Engine-X, is an open source software for reverse proxying , load balancing, web serving, media streaming, caching and more. As it is already described that Nginx is used as load balancer and reverse proxy for servers like HTTP,HTTPS, UDP and TCP. As Nginx is a load...
  17. bhawanisingh

    [Resolved] Error-Maximum number of connections from user+IP exceeded through POP3 login.

    If you are trying to connect POP3 connection and getting connection refused error on server with this message : "Maximum number of connections from user+IP" Kindly check error logs through : Please check the below logs. Solution for this error : To resolve this error you have to increase...
  18. bhawanisingh

    Tools to analyze Web Performance of your website.

    16 Website Speed Test Tools for Analyzing Web Performance. The Internet has become a very popular and many businesses depend on the internet via websites. The website is one of the best ways to make business worldwide. It has been cleared that at about all business has websites and growing...
  19. bhawanisingh

    How to redirect HTTP traffic to new server using iptables ?

    In this article we will learn to redirect HTTP traffic from old server to new server. If you want redirect all traffic from the old server's HTTP port to new server with a different IP. First of all we can assume you have a server with interface name as "host1", and destination IP on which you...
  20. bhawanisingh

    How to resolve when MySQL DB size showing zero Mb in cPanel on CentOS Linux Server ?

    If you are getting 0 MB size for MySQL database in your cPanel account. Then you can resolve it through below given steps. 1). Login to SSH as root. 2). Open cpanel.config file through vi editor 3). Now, look for 4). You have to change the value to 1 from 0 5). If this parameter is not...
Top