NGINX is a powerful and widely used web server that excels in delivering high-performance web content. In this article, we will guide you through the process of setting up NGINX on an Ubuntu server and activating a domain on the NGINX server. We will cover the installation, configuration, and management of NGINX, along with the…
Category: Hosting
Upload WordPress Plugins and Themes Using FTP
Create FTP account from cPanel and get the login information. Now connect to the server using any FTP software like File Zilla. Download the zip file of the plugin or theme. A zip file of plugin or theme can be downloaded from WordPress.org
What is WP-JSON in WordPress – REST API of WordPress
WP-JSON in WordPress Definition of WP and JSON: WP stands for WordPress and JSON is for JavaScript Object Notation. JSON is highly used in the REST API. All data will be formatted in JSON format so that the developer can easily fetch the data from the API. What is WP-JSON: WordPress already provides many tools and…
How to Disable xmlrpc.php
In this article, we are going to learn about the steps to turn off the xmlrpc feature from WordPress. Methods to disable xmlrpc.php
By WordPress Plugin
By Modifying .htaccess file
What is xmlrpc.php in WordPress.
The file xmlrpc.php is a feature of WordPress that enables data to be transmitted through your site with HTTP request. The transmitted data encoded with XML. WordPress also needs to communicate with other systems. The xmlrpc.php was there to sort this problem.
Top 10 Best WordPress Plugins For Web Sites
In this article, we are going to talk about some important WordPress plugins that will help your site in many different ways. These plugins can also save your work. As we all know there are lots of plugins on WordPress and it’s difficult to choose the best plugin for our blogging site. Almost all website…
How to remove invalid SSL Certificates from cPanel – Easy Steps
In this article, you will learn how to remove the invalid SSL certificates from the cPanel. Please follow the below steps to remove or delete the certificates. Steps to remove SSL Certificates Step 1: Log in to your cPanel Dashboard and search for SSL/TLS and click on it. (view below image) Step 2:…
What is Subdomain?
Subdomain A subdomain is an additional part of your main domain name. Subdomains are basically created to organize different parts of your website. You can create multiple subdomains on your main domain. For example: api.mywebsite.com In this example, ‘api’ is the subdomain, ‘mywebsite’ is the primary domain and ‘.com’ is the top-level domain (TLD). You…