Search results

  1. K

    Synchronize Clock with Internet Time on Windows VPS

    As you noticed that sometimes your Windows VPS server time changed by few seconds or few minutes. It’s very small trouble but its better to use accurate time for your Windows VPS. Windows system has built-in time synchronization scheduler that help to automatic update your time. You can also...
  2. K

    Maximum number of SIMULTANEOUSLY RDP connections in Windows VPS

    Maximum number of SIMULTANEOUSLY RDP connections in Windows VPS Normally you are allowed to make 2 simultaneous RDP connections in Windows VPS. For more simultaneous connections you can contact your hosting provider.
  3. K

    Error “Unauthorized You do not have permission to view this directory or page”

    Error message: HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server. Solution: The main reason of this error is users did not have read...
  4. K

    Error “Websites with URL Rewrite do not work in Windows VPS”

    If we are getting error “Websites with URL Rewrite do not work in Windows VPS”, but if Rewrite rules are not working for your website then you can resolve this error by changing the Application pool to “Integrated mode”. You can change application pool with below steps: First login to your...
  5. K

    Error “Operation must use an updateable query." for ASP pages

    If you are getting error “Operation must use an updateable query” then its main reason is incorrect permissions. If you want to see the complete error message, you can check: Error message Getting the error Microsoft JET Database Engine error '80004005' Operation must use an updateable query...
  6. K

    Resolve ASP session timeout value before session timeout value in IIS

    Sometimes we are getting issue of session timeout before session timeout value. To resolve this issue we can enable 32 Bit applications from IIS. You can follow below steps: Login to your server Click on IIS Manager. Here you can find the particular application pool which is used by your...
  7. K

    Steps to copy files and folder in cpanel

    You can follow below steps: Log into cPanel. Here click on “File Manager” in cpanel account. Now select the particular file which you want to copy and click on copy button. In the box you have to enter the location where you want to copy the file. And click on Copy file button.
  8. K

    Steps to enable CloudFlare Panel mode "I'm Under Attack"

    Cloudflare provides extra feature which is used when your website is under attack. You can enable this feature if your website is under attack, user can get a redirection page for 5 seconds and in this redirection time cloudflare inspect the web-traffic on website. Visitors must have passed the...
  9. K

    Change TimeZone in Windows

    The default time zone in Windows is MST - Mountain Standard Time, if you want to change the default ime zone according to your choice then it is must to have administrative access of your Windows server. You can follow below steps: Login to your Windows server via RDP (Remote Desktop). Now on...
  10. K

    Magento optimization or steps to speed up Magento

    Nowadays everyone wants fast loading websites for better experience. If you want to optimize Magento website as your website have high load then this article is just for you. Varnish caching- With varnish cahing you can improve the overall Magento 2 site speed. You just have to configure it...
  11. K

    IIS server Certificates got disappeared after installation on server

    Sometimes if you have successfully installed SSL certificate on server for your domaon but when you check the installed certificate under the list of server certificates you will not find it in the list. IIS server only lists the certificates if these have valid private key and they are meant...
  12. K

    Could not issue a Let's Encrypt SSL/TLS certificate for example.com in Plesk

    If you are getting below error in Plesk while installing SSL then then you can check this article further. Error: Could not issue a Let's Encrypt SSL/TLS certificate for example.com Authorization for the domain failed. Details Invalid response from...
  13. K

    Steps to set mail delivery limit after reaching its hourly limit

    Many times when hourly limit reaches for cpanel account, cpanel provides buffer of 25% of the limit. The server will be queue around 125% of emails but then after it start rejecting emails. You can follow below steps to change settings: Login to WHM. Here go to Server Configuration >> Tweak...
  14. K

    Error “Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server.”

    If you are getting “Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server.” Error then you can resolve this by following simple steps: Login to WHM. Click on “Tweak Settings”. Here you will find various tabs, choose “Domains”...
  15. K

    Steps to know the location of MySQL or MariaDB log

    You can use below steps: Login to your server via SSH as root user. You can run below command : mysql -e "show variables like '%log%';" Here you have to find the option “log_error” and you will get the log file. If you are still not able to get response then you can check mysql configuration...
  16. K

    Steps to set default text editor in Linux

    You can set any default text editor in linux according to your choice. Like if you want you can set default text editor nano or vi. You can follow below steps to set default text editor: Login to server via SSH. Now you have to open .bashrc file in any text editor. Now you have to add below...
  17. K

    Steps to check high disk usage locations

    If you want to check the locations of high disk usage then its very easy. To know the exact location where you account is using high disk space. You just have to follow below steps: Login to your account via SSH. To know your current location in directory you can use below command: cd ~ Now...
  18. K

    Error “501 Too many syntax or protocol errors “ in exim logs

    If you are getting “501 Too many syntax or protocol errors” error in your exim logs then its very easy to resolve this error. Mostly this error occurs if you copy and paste email addresses in “To” field, then it will include quotations around the email address. This will create issue and servers...
  19. K

    Steps to check inode limit with command line

    An inode count is an total number of files or directories in an account has. In inode count emails and files are also included; if you want to know the limit of inode count for your account then you can check further. Login to server via SSH. First male sure you are in home directory and for...
  20. K

    Error in PHP 'Allowed memory size exhausted'

    If you are getting this error in your PHP application then you can incease the memory limit for website. There are various ways to increase memory_limit: You can increase memory limt with .htaccess file ad PHP.ini file. But if you are using cpanel then you can directly increase memory limit...
Top