• Restore WordPress from Backup (No WordPress Plugin needed)

    Goal: Discover how to restore WordPress from a backup, preview the backup without troubling your production site and finally moving it to production. Resources: 1 minute of your time + 1 wetopi server. (sign up and get your free development server)

    Read more

  • Share your WordPress site with other users

    Share your WordPress site with other users

    Goal: Share your WordPress servers access with other users.Resources: 30 seconds of your time + 1 wetopi server. (sign up and get your free development server) A collaborator user in Wetopi is someone who has access to your site with their own login credentials. This is a great feature for granting access to freelancers and […]

    Read more

  • Solving 400 Bad Request Errors: Tips and Solutions

    Solving 400 Bad Request Errors: Tips and Solutions

    The 400 Bad Request error is a common HTTP error code that users can encounter while browsing the web. This article discusses the different causes of this error, such as issues with URL syntax, request headers, cookies, and request body content. The article provides several tips on how to troubleshoot and fix this error, such as verifying the URL, clearing session storage, checking the file size when uploading a file, and inspecting the logs. By following the steps mentioned in this article, users can better understand the 400 Bad Request error and resolve it quickly.

    Read more

  • Testing PHP 8 with WordPress

    Testing PHP 8 with WordPress

    The new PHP 8, thanks to its new JIT compilation engine, has revealed a positive impact on performance. And as we know, more speed means that our WordPress website will be able to serve more users and rank better! However, a “Major” version release implies being very careful about incompatibilities. Read more if you want […]

    Read more

  • What is WordPress Multisite And When To Use It.

    What is WordPress Multisite And When To Use It.

    Multisite is a feature that was first introduced in WordPress 3.0 and has been active ever since. This post will lead you through the key factors that make WordPress Multisite a valuable feature, and why and when you should use it.

    Read more

  • WordPress File Permissions: When and How to Lock Them for Maximum Security

    WordPress File Permissions: When and How to Lock Them for Maximum Security

    WordPress File Permissions means that some neat features of WordPress come from allowing various files to be writable by the web server. However, allowing write access to your files is potentially dangerous, particularly on WordPress sites with pending security updates. Blocking the WordPress filesystem via File Permissions will help you increase the security of your […]

    Read more