Fix My WordPress

Category: Blog

How to Check PHP Version From WordPress Dashboard?

How to Check PHP Version From WordPress Dashboard?

If you want to check PHP version of your WordPress website, this article may be helpful for you. You can check your PHP details from the Cpanel. However, you can also view the PHP version, memory limit, and some other information from your WordPress dashboard as well. There is a Site Health option in your WordPress dashboard. […]

How to bulk delete spam comments in your WordPress website?

How to bulk delete spam comments in your WordPress website?

Here in this tutorial you will learn how to easily bulk delete spam comments from your WordPress website. Let me tell you that deleting spam comments manually could be time consuming that is why we recommend to bulk delete spam comments in WordPress using phpMyAdmin. Follow the steps to Delete All WordPress Comments Using phpMyAdmin: […]

How to Disable Right Click on Images in WordPress?

How to Disable Right Click on Images in WordPress?

Today, I will demonstrate how to disable right click on images in WordPress. If you want to disable right-click on images in WordPress then in that case you just need to go ahead with this tutorial.   Follow the steps to Disable Right Click on Images in WordPress:   Step::1 Login to your WordPress admin panel Step::2 Click on Plugins and […]

How to Remove the Category from a URL in WordPress?

How to Remove the Category from a URL in WordPress?

Follow the steps to remove the Category from a URL in WordPress: Step::1 Log into your WordPress admin panel. Step::2 In the left column navigation, mouse over the “Plugins” link and click the “Add New” link. Step::3 In the Search box, enter “Remove Category URL.” Step::4 Once you have located the plugin, Click on Install Now button Step::5 Now Click the “Activate” button. The […]

How to enable SourceGuardian PHP Loader in WHM?

How to enable SourceGuardian PHP Loader in WHM?

Today in this tutorial you will learn how to enable SourceGuardian PHP Loader in WHM. But before getting started let us quick watch this short video on how enable SourceGuardian loader in WHM. Step::1 Log into WHM Step::2 Go to Server Configuration Step::3 Click on Tweak settings Step::4 Jump to the PHP tab Step::5 Tick on SourceGuardian option in cPanel PHP Loader column and click on Save button Step::6 […]

How to Install ionCube Loader in Debian and Ubuntu

How to Install ionCube Loader in Debian and Ubuntu

ionCube loader is a PHP extension (module) that enables PHP to load files protected and encoded using ionCube Encoder software, which is mostly used in commercial software applications to protect their source code and prevent it from being visible and detectable.   In this article, we will explain how to install and configure ionCube Loader with PHP in Debian and Ubuntu distributions.   Prerequisites: A Ubuntu or Debian server running […]

How to increase maximum upload file size in LiteSpeed/WordPress/Centos 7

How to increase maximum upload file size in LiteSpeed/WordPress/Centos 7

Unlike Apache, LiteSpeed requires to restart each service interacting with it. PHP isn’t excluded of this rule, so you must restart it too after changing the php.ini file. 1/ Edit the following line (here for php73): /usr/local/lsws/lsphp73/etc/php.ini For instance with nano: nano /usr/local/lsws/lsphp73/etc/php.ini use command CTRL + W to search with nano 2/ Change upload_max_filesize & post_max_size (you might […]

How To Force HTTPS Redirect Via cPanel

How To Force HTTPS Redirect Via cPanel

After cPanel version 80 update, there is a new feature added letting user to force a domain to HTTPS redirect (with SSL certificate) with just a few clicks. With this option it is possible for easy traffic redirection from unsafe HTTP to secure HTTPS thanks to your SSL certificate. To turn on automatic redirection: Log […]