How to Install Drupal Core via Softaculous in cPanel
Drupal Core provides the essential modules needed to run Drupal, while Drupal CMS is a full version that includes the core along with commonly used extensions, pre-installed and configured for immediate use. Softaculous helps you install web applications very easy. Please, follow the steps below ...
How to Install WordPress via Softaculous in cPanel
Softaculous helps you install web applications very easy. Please, follow the steps below to install WordPress. 1. Log in to your cPanel account. 2. In the Software section, click on Softaculous Apps Installer. 3. cPanel will redirect you to the Softaculous interface. 4. On the left side, type Wor...
How to Access Softaculous in cPanel
Softaculous is a one-click script installer that automates the installation of web applications in a website. You can access it via cPanel. 1. Log in to your cPanel account. 2. In the Software section, click on Softaculous Apps Installer. 3. cPanel will open the Softaculous interface. If you want...
cPanel
What is Softaculous
Softaculous is an Auto-Installer that allows the automated installation of a script through a single click. Softaculous maintains various popular scripts and also allows you to automatically upgrade the web application without any hassle.You can Install WordPress, Joomla, Drupal, MyBB Forum, SMF,...
Security
How to Restrict Access to Directories by IP Address
To secure your admin area from hackers, you should only allow access to your admin directory from selected IP addresses. You can create a dot htaccess file in the directory where you want to restrict access to specific IP addresses.For example, if you have a WordPress blog installed on your main ...
Tutorial
How to Protect the htaccess File
You can prevent unauthorized access to your htaccess file by adding this rule to the file: # .htaccess protection order allow, deny deny from all satisfy all
Security
How to Disable Directory Browsing Using the htaccess Rule
For security purposes, you should disable directory browsing on your website so no one can see the files/directories of your website. You can disable Directory Browsing by adding the below line to your dot htaccess file. Options -Indexes
Tutorial
How to Block Any IP Address via an htaccess Rule
If you want to block an IP Address, you can add the below lines to your htaccess file. order allow, deny deny from IP-ADDRESS allow from all Replace IP-ADDRESS with the IP you want to block.
How to Protect Website Images From Being Displayed at an External Website
External websites may display your website images on their websites, thus stealing your bandwidth. You can prevent this with Hotlink Protection. 1. Log in to your cPanel account. 2. In the Security section, click on Hotlink Protection.3. If it displays Hotlink protection is currently disabled, cl...
How to Block an IP Address to Deny Access to Your Website
You can blacklist an IP Address to deny access to your website.1. Log in to your cPanel account. 2. In the Security section, click on IP Blocker.3. Under the Add an IP or Range, you should enter the IP Address you want to block. 4. Click on Add.Here is Example:Single IP Address: 192.168.0.1Range:...
cPanel
How to Password Protect a Directory in cPanel
You can lock a directory with a password using the cPanel's Directory Privacy. 1. Log in to your cPanel account. 2. In the Files section, click on Directory Privacy.3. Click on the directory to open it.4. Click on the Edit, showing next to the directory you want to protect.5. Under Security Setti...
cPanel
Fix PHP Error: Allowed Memory Size of X Bytes Exhausted
If you are getting an error such as "Allowed memory size of... in file /directory/folder/yourscript.php", you can use an htaccess file to resolve this problem. If the error does not go away even after applying the htaccess code, you should contact us. We will do our best to help you. Place this c...