Search results

  1. bhawanisingh

    How to fix HTTP error while uploading image in Wordpress ?

    Sometimes while working with images in wordpress we are getting “http error”. This is an unreadable http error which can puzzle many people. In this article we are going to explain that how can we fix this error. Many times the reason may be that we are trying to upload large image like 2000 x...
  2. bhawanisingh

    How to disable Core Dumps on the dedicated server?

    Core dumps are the system generated files which are creates when process running under the memory does not completes. Core dumps are mainly used for debugging a program. From these core dumps file programmer can easily examine the problem by using debugger. The core dumps files are mainly used...
  3. bhawanisingh

    [RESOLVED] Error “/home/user/etc/domainname/passwd failed with error no such file or directory"

    If you are getting this error “/home/user/etc/domainname/passwd failed with error no such file or directory” then it means your cpanel account has no etc directory. Solution 1 : You are getting this error it means there is no etc directory available in your root folder. This directory...
  4. bhawanisingh

    What are DKIM Records and How to Setup DKIM for Your Domain ?

    DKIM stands for "Domain Keys Identified Mail". DKIM helps the user to protect a company from any kind of Email Spamming as well as Phishing Attempts. DKIM offers a way for Validating a Domain Name Identity which is attached along with a message via Cryptographic Authentication. The Identifier is...
  5. bhawanisingh

    How to fix the error “Maximum file limit has been reached on your server” ?

    Are you getting error while working on your website? Actually there was a limit for opened files on server for the security reasons and of you have reached then the error flashes. Don’t you worry there is a way; you can increases the maximum files on your server so that you won’t get this error...
  6. bhawanisingh

    How to create MSSQL database backup in SQL Server Management Studio ?

    As we know MS SQL Server Management Studio Express is used to your SQL database on server. It is a free graphical management tool through which you can manage your all the databases if any crashes occur. If your database goes corrupt due to some reason then it’s the best option to always take...
  7. bhawanisingh

    Javascript preload images

    To access an image file in user computer you can use "Preloading". Preloading helps you to load an image file in the user computer. it’s very helpful like if you have a mouseover event and you want to change an image instantly, so it will help you to change an image Step 1: Simple and Nice If...
  8. bhawanisingh

    How to Hide or Disable Archives in WordPress?

    As we know that wordpress is an amazing CMS (content management system) and most of the people use it because it’s easy to manage a wordpress website. We all know about Google and SEO, Google has its own set of rules to rank a website and duplicate content is the top most rule of Google which...
  9. bhawanisingh

    [RESOLVED]-"Waiting for ajax.googleapis.com" websites are loading very slowly.

    Most of the time we see this message on websites "Waiting for ajax.googleapis.com" at the lower bottom of a web page. This means the browser is waiting for the page to load endlessly. It just simply means that the page is trying to call something from googleapis.com server(google server) and...
  10. bhawanisingh

    How To Install & Configure W3 Total Cache WordPress Plugin?

    Today there are several wordpress website are available on internet. As we know wordpress one of the most popular CMS (content management system) but the most essential thing is to speed your website. Do you know how to speed up your wordpress website? This is the most common question comes in...
  11. bhawanisingh

    How to change the Windows 10 network type from Public to Private

    In windows 10 when you try to connect to the network at the first time then it will automatically set on public. It’s the best option to save your computer by invisible it from other networks. Whenever you try to connect your PC to a public network like hotel wifi, shopping, train etc then...
  12. bhawanisingh

    Error "503 Service Unavailable" showing on website.

    The 503 service unavailable error occurs when a server is unable to handle HTTP request, it may be possible that server is temporary not able to handle the request or not available right now. This error occurs when a server is incapable of performing your request and this is the temporary...
  13. bhawanisingh

    Unable to activate domain in Plesk. Error "Disable database user failed".

    If you are trying to activate any reseller or customer or domain or sub-domain and you are getting this like error: "Disable database user failed: mssqlmng failed: Cannot drop the principal 'username', because it does not exist or you do not have permission.(Error code 1)" Why this error...
  14. bhawanisingh

    421 services not available

    You cannot establish a connection between FTP and server. When you try to do this FTP client will give you an error. “421 Service not available, remote server has closed connection” It’s a complete error which you are getting while ftping to your server. Here is the solution of this error...
  15. bhawanisingh

    How to secure RDP account on Windows server?

    As if RDP(Remote Desktop) sessions are much more secure as they work on the encrypted network and no one can view the session by listening to the network. However, if you use an older version of RDP then there is a vulnerability method "man-in-the-middle-attack" using which allow unauthorized...
  16. bhawanisingh

    How to Disable XML-RPC

    If you ever want to publish or access your blog remotely then you always need XML-RPC. it’s always must that you should enable XML-RPC in your WordPress. Basically, XML-RPC is a remote procedure call. People use XML-RPC as a transport mechanism to HTTPS. XML-RPC is a type of system which allows...
  17. bhawanisingh

    What is DNS Prefetching? How and where to use it?

    DNS prefetching is a mechanism using which you can resolve the DNS of domain names used in the web page before they are called. This can be done using computer's normal DNS resolution without using google. Now If any user navigates to the link used on the page then there will be no delay time...
  18. bhawanisingh

    How to Enable SSH Login Notification on Linux CentOS server?

    Is your Linux server is used by multiple people on same time? If yes, then add an SSH login notification on your server so you come to know whenever and whom login. It will send you an email when someone login to your account. But for this its must that your server will be able to send an email...
  19. bhawanisingh

    How to configure a firewall rule in Plesk?

    To set a particular rule in plesk there is different pattern. If you are on shared hosting and you required any changes in plesk firewall then you need to contact your support team. How to Set Up Firewall Rules in Plesk In Plesk 12.x: To configure a firewall rule in your plesk first login to...
  20. bhawanisingh

    How to Create And Restore BackUp in Softaculous ?

    Steps to create a backup in Softaculous: In our hosting CPanel account, Softaculous app installer is coming pre-installed.it will helps you to take backup of your applications from the web based interface. To Taka backup in Softaculous kindly follow these steps. Step 1: first log in to your...
Top