• 502 Bad Gateway Error, Quick guide to fix it (Updated)

    502 Bad Gateway Error, Quick guide to fix it (Updated)

    Understand the HTTP 502 Bad Gateway error: What are the causes and how to fix them.

    Read more

  • Connect via SFTP with FileZilla

    Connect via SFTP with FileZilla

    This guide shows you how to connect to an FTP Server with FileZilla using the secure SFTP protocol. SFTP “Secure File Transfer Protocol” is the FTP version with which you can safely manage your web files.

    Read more

  • Disable WordPress XMLRPC

    Disable WordPress XMLRPC

    In this post we analyze precisely the “when” and “why” to disable XMLRPC and how to do it efficiently. Remote access to WordPress using XMLRPC has been made easy for many years. Sending HTTP requests to xmlrpc.php allows you to send commands to WordPress and manage its content without login into the desktop. However, XMLRPC…

    Read more

  • How can I Increase the WordPress Memory Limit

    How can I Increase the WordPress Memory Limit

    In this article, you’ll learn how to increase the WordPress memory limit. When your WordPress page requires more memory than the default allocated memory, you get to see in your logs a message that looks similar to this one:

    Read more

  • How to change the Domain Name of a WordPress site

    How to change the Domain Name of a WordPress site

    Goal: Change the Domain Name of your wetopi WordPress site.Resources: 5 minutes of your time + 1 wetopi server (signup and get your free developer servers)

    Read more

  • How to Clone A WordPress With Wetopi

    How to Clone A WordPress With Wetopi

    I have personally experienced the pain a broken site causes after updating plugins and/or WordPress core, my WordPress just died. I’m sure you have seen the error 404, 502, 503, 504, unable to connect to the database, CSS file goes missing after an update and so on. BTW, we deal with these errors too and…

    Read more

  • How To Configure WP Super Cache

    How To Configure WP Super Cache

    Discover the key aspects to configure WP Super Cache and be able to serve the pages of your WordPress website at maximum speed

    Read more

  • How to disable WordPress cron

    How to disable WordPress cron

    WP-Cron executes specific tasks for WordPress sites.  The name Cron comes from the Unix/Linux service Cron, typically used to schedule commands or scripts. Why would someone want to disable WordPress cron? This post shows you especifically how to disable the internal WordPress cron

    Read more

  • How to Disable WordPress RSS feed

    How to Disable WordPress RSS feed

    In WP you may eventually need to remove RSS feeds: we show you why and how to safely and efficiently disable WordPress feeds by coding.

    Read more

  • How to install ionCube Loader

    How to install ionCube Loader

    You can install ioncube to protect your php code against copy, ensuring nobody will be able to crack. The ionCube Encoder compiles source code to bytecode being able to obfuscate and encrypt compiled code. Once your PHP application is compiled with ioncube to bytecode, to run it you will have to install the ionCube Loader…

    Read more

  • How to Install Let’s Encrypt SSL Certificate in Wetopi

    How to Install Let’s Encrypt SSL Certificate in Wetopi

    Goal: Install a Free Let’s Encrypt SSL HTTPS Certificate in wetopiResource required: 1 minute of your time + 1 wetopi server. (sign up and get your free development server now) Gone were the days where SSL certificate is only available to the selected few. With advancement in security requirement, now everyone can enjoy website security…

    Read more

  • How to launch a WordPress site in seconds?

    How to launch a WordPress site in seconds?

    Goal:  Learn how you can launch a WordPress site in 20 seconds in wetopi. Resources: 5 minutes of your time + 1 wetopi server. (sign up and get your free development server)

    Read more

  • How to Migrate to Wetopi with Migrate Guru Plugin

    How to Migrate to Wetopi with Migrate Guru Plugin

    Migrate Guru is a free WordPress migration plugin. It simplifies website migration by moving your site in a way that requires minimal technical knowledge.

    Read more

  • How to run a Cron Job with WordPress

    How to run a Cron Job with WordPress

    Cron is a Linux server service that is typically used to schedule commands or scripts on a web server that runs in the background. A cron job is the task itself, which is used to schedule tasks at periodic fixed dates, times, or intervals. Typically these involve repetitive maintenance tasks that are automated to save…

    Read more

  • How to Setup WordPress Multisite with Multiple Domains

    How to Setup WordPress Multisite with Multiple Domains

    This post will walk you through setting up a WordPress Multisite with different domains. The idea is to manage, with a single WordPress install multiple sites with different domains: e.g. mysite.com mysite.store other.com.

    Read more

  • How to Setup WordPress Multisite with subdirectories

    How to Setup WordPress Multisite with subdirectories

    This post will guide you on how to set up a WordPress Multisite with subdirectories so you can manage multiple sites under different paths. e.g. site.com/support/ and site.com/eu/ etc.

    Read more

  • How to Setup WordPress Multisite with subdomains

    How to Setup WordPress Multisite with subdomains

    This post will walk you through setting up a WordPress Multisite with subdomains so you can manage multiple sites under different subdomains. e.g. support.mysite.com blog.mysite.com

    Read more

  • HTTP 401 Unauthorized: Quick Guide To Fix it (updated)

    HTTP 401 Unauthorized: Quick Guide To Fix it (updated)

    The 401 HTTP is a client-side standard response status code. This error response indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

    Read more

  • HTTP 410 Gone Error Code: A Useful SEO Tool

    HTTP 410 Gone Error Code: A Useful SEO Tool

    Understand the HTTP 410 Gone Error code: What are the causes, and solutions, and why we sometimes intentionally use this error response in SEO.

    Read more

  • HTTP 499 Client Closed Request: The Top 3 Most Common Causes And How To Fix 499 status code

    HTTP 499 Client Closed Request: The Top 3 Most Common Causes And How To Fix 499 status code

    Understand the 499 status code Client Closed Request error: What are the causes and how to fix it.

    Read more

  • HTTP 500 Internal Server Error: Causes And Solutions

    HTTP 500 Internal Server Error: Causes And Solutions

    The 500 Internal Server Error is a generic error message that is returned by the server when it encounters an unexpected condition or an internal server error that prevents it from fulfilling the request made by the client. The error could be caused by various factors, such as database errors, bugs in scripts, modules, insufficient…

    Read more

  • HTTP Error 403 Forbidden: Quick Guide To Fix it (updated)

    HTTP Error 403 Forbidden: Quick Guide To Fix it (updated)

    Understand the HTTP 403 Forbidden error: What are the causes and how to fix it.

    Read more

  • HTTP Error 405 Method Not Allowed: Mastering The Method Not Allowed Response

    HTTP Error 405 Method Not Allowed: Mastering The Method Not Allowed Response

    The HTTP error code 405, “Method Not Allowed” indicates that the server is aware of the requested page or resource, but does not authorize the method used to request it. Understand the error 405, what are the causes and how to fix them.

    Read more

  • HTTP Error 503 : Understanding and Resolving the Issue

    HTTP Error 503 : Understanding and Resolving the Issue

    When you encounter the “Http Error 503 Service Unavailable” message while browsing the web signifies that the server you are trying to access is temporarily unable to handle your request. It can occur due to various reasons, such as server overload, maintenance, or connectivity issues. Fortunately, there are steps you can take to resolve this…

    Read more

  • PHP 7/8 WordPress compatibility

    PHP 7/8 WordPress compatibility

    Goal: Test the PHP compatibility of your WordPress Site without troubling production. Resources: 1 minute of your time + 1 wetopi server. (sign up and get your free development server) The new PHP 7 revealed a huge impact on performance.And as we know, more speed, and less memory used means our WordPress site will be able…

    Read more

  • Recover a backup from a different site

    Recover a backup from a different site

    This post shows you how to recover a backup from a site different than your current one.As a WordPress developer, webmaster, or designer, you probably manage multiple WordPress sites. Yes, it makes sense to have a bunch of bootstrapped sites, blueprints, skeletons, and reuse them as a template.

    Read more

  • Redis Object Cache for WordPress

    Redis Object Cache for WordPress

    WordPress Redis Object Cache can increase your WordPress website’s performance, but not every slow website can benefit from it. Learn when Redis is good for WordPress and when it’s not, how it works, and how to install it on your WordPress sites. Is Redis Good For WordPress? What is Redis Object Cache? Redis is an…

    Read more