174 results for "disable"
How to Increase or Decrease PHP Memory Limit via CloudLinux Selector in DirectAdmin
You can modify the PHP Memory Limit according to your needs using the CloudLinux PHP Selector in DirectAdmin. Steps to Modify PHP Memory Limit Log in to your DirectAdmin account. In the Extra Features section, click on…
How to Increase PHP's upload_max_filesize Value Using CloudLinux Selector in DirectAdmin
You can modify PHP's upload_max_filesize value according to your needs using CloudLinux's PHP Selector in DirectAdmin. Log in to your DirectAdmin account. In the Extra Features section, click on Select PHP version or…
How to Start VPS in Rescue Mode Using Virtualizer
Rescue mode can be used for data recovery, operating system repair, and other purposes. You can enable rescue mode on your VPS by following the steps below. Log in to your Virtualizor Control Panel. From the left side…
How to Enable the GD Extension of PHP Using CloudLinux Selector in Plesk
You can use CloudLinux Selector to enable the GD extension in PHP via Plesk. Log in to your Plesk account. Click on the Pull icon in the right sidebar and choose PHP Selector. Click on the Extensions menu. Note: If the…
How to Increase PHP's post_max_size Value Using CloudLinux's Selector in Plesk
You can modify the PHP post_max_size value according to your needs using CloudLinux's PHP Selector in Plesk. Steps to Increase post_max_size Log in to your Plesk account. Click on the Pull icon in the right sidebar and…
How to Increase PHP's upload_max_filesize Value Using CloudLinux Selector in Plesk
You can modify PHP's upload_max_filesize according to your needs using CloudLinux's PHP Selector in Plesk. Steps to Increase upload_max_filesize Log in to your Plesk account. Click on the Pull icon in the right sidebar…
How to Increase or Decrease PHP Memory Limit via CloudLinux Selector in Plesk
You can modify the PHP Memory Limit according to your needs using the CloudLinux PHP Selector in Plesk. Steps to Modify PHP Memory Limit Log in to your Plesk account. In the right-hand sidebar, click on PHP Selector…
How to Enable ionCube Loader Using CloudLinux Selector in Plesk
You can use CloudLinux Selector to enable ionCube Loader in Plesk. Log in to your Plesk account. Click on the Pull icon in the right sidebar and choose PHP Selector. Click on the Extensions menu. Note: If the Extensions…
Security
Nabtech offers various features to help protect your website, including a password-protected directory, IP blacklist, and hotlink protection. How to Password Protect a Directory in cPanel You can lock a directory with a…
Cloudflare (cPanel)
Welcome to the tutorials on how to manage Cloudflare in cPanel. How to Access Cloudflare From cPanel You can access and manage Cloudflare in cPanel. Follow this tutorial to learn how to access it. How to Enable…
Virtualizor VPS Management - Nabtech
Virtualizor VPS Management This article provides guidance on managing your Virtualizor VPS, including tasks such as rebooting, reinstalling, and accessing your VPS via VNC. How to Reboot/Restart VPS in Virtualizor You…
How to Enable the Mailparse Extension of PHP Using CloudLinux Selector in Plesk
You can use CloudLinux Selector to enable the Mailparse extension in PHP via Plesk. Log in to your Plesk account. In the right-hand sidebar, click on PHP Selector. Click on the Extensions menu. Note: If the Extensions…
How to Change the PHP Version via CloudLinux Selector in Plesk
You can use CloudLinux's Select PHP Version feature to change your website's PHP version. CloudLinux provides various PHP versions to choose from. Steps to Change PHP Version Log in to your Plesk account. Click on the…
How to Block Any IP Address via an htaccess Rule
If you want to block an IP address, you can add the following 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. Related articles How to…
How to Enable the Two-Factor Authentication on Your cPanel Account
Security is important for our data safety. We recommend enabling Two-Factor Authentication (2FA) on your cPanel account to prevent hackers from accessing your account, even if they have obtained your account details…
How to Protect the htaccess File
You can prevent unauthorized access to your .htaccess file by adding the following rules to the file: # .htaccess protection order allow,deny deny from all satisfy all Related articles How to Protect Website Images From…
How to Enable the "I am under attack" Mode of Cloudflare in cPanel
Cloudflare performs additional security checks on visitors to protect your server from DDoS attacks. We recommend enabling this mode if your website is under attack. Remember to disable it once the attack has stopped…
How to Block an IP Address to Deny Access to Your Website
You can blacklist an IP address to deny access to your website by following these steps: Log in to your cPanel account. In the Security section, click on IP Blocker. Under Add an IP or Range, enter the IP address you…
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 .htaccess file in the directory where you want to restrict access. For example…
How to Password Protect a Directory in cPanel
You can lock a directory with a password using cPanel's Directory Privacy feature. Follow the steps below to set it up: Log in to your cPanel account. In the Files section, click on Directory Privacy. Click on the…