In this article, you will find information about how to install WordPress on a subdomain using cPanel and Softaculous.
Before installing WordPress, you must create the subdomain in cPanel. Follow t...
There can be a few main reasons that cause ECONNREFUSED – Connection refused by a server in FileZilla FTP client. It’s possible that either your firewall or anti-virus software is preventing FileZilla...
For Mac users:
Open the Terminal application (Utilities);
On the command line, enter the ssh command:
User-Mac:~ User$ ssh ipadress -l root
When prompted,...
Once you already have an active server with an operating system installed on it, you should create a secure remote connection from your local computer to your server. In this article, you will find in...
From this article youll learn how to set the maximum execution time for PHP scripts by using the max_execution_time directive in an .htaccess file.
USING THE MAX_EXECUTION_TIME DIRECTIVE...
When you add a post in WordPress that contains images, the images appear as broken links in the post body. This article describes how to resolve a problem that may occur when you try to add images to ...
In this article you will learn how to change the URL for a WordPress site. This might be necessary, for example, to migrate an existing WordPress site to a new domain. Alternatively, for test a WordPr...
Anyone working with WordPress may face with allowed memory size exhausted error in WordPress.
In this article, we will show you how to fix WordPress memory exhausted error by increasing P...
To block an individual IP address from accessing your Linux server, you can use the following iptables command:
iptables -A INPUT -s IPADDR -j DROP
Simply replace IPADDR with the...
1. Login to cPanel
2. Choose the phpMyAdmin in the Databases section
3. Select the database you would like to backup from the left navigation tree.
4. Click the Export tab.
5. Choose the Q...