30 results for "browsing"
How to Disable Directory Browsing Using the htaccess Rule
For security purposes, it is important to disable directory browsing on your website. This prevents unauthorized users from viewing the files and directories on your site. You can disable directory browsing by adding…
How to Disable Directory Browsing Using the htaccess Rule
For security purposes, it is important to disable directory browsing on your website. This prevents unauthorized users from viewing the files and directories of your site. You can disable directory browsing by adding…
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…
NordVPN - Nabtech
Cybersecurity Built for Everyday Use Secure your connection and hide your IP. Block malware, trackers, and ads with NordVPN. It comes with a 15-day money-back guarantee. With a VPN, you can: Browse, stream, and download…
Efficient and Scalable Cloud Hosting Services - Nabtech Cloud Hosting
Experience the power of cloud hosting with Nabtech, where we offer scalable, reliable, and secure solutions tailored to meet your hosting needs. Our managed services and efficient cloud storage pave the way for a…
What is a content delivery network (CDN), and how does it benefit web hosting?
What is a Content Delivery Network (CDN)? A Content Delivery Network (CDN) is a powerful network of servers strategically positioned across the globe. Its primary function is to efficiently deliver website content to…
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 Restrict Access to Directories by IP Address - SiteWorx
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…
How to Protect Your htaccess File
You can prevent unauthorized access to your .htaccess file by adding the following rules to the file: order allow,deny deny from all satisfy all Related articles How to Protect Website Images From Being Displayed at an…
How to Enable or Disable Mod Security in cPanel
Are you facing the issue of your IP getting blocked repeatedly? If the answer is yes, it may be due to Mod Security. What is Mod Security? ModSecurity is a module that protects your website from various types of…
How to Ban Any IP Address via htaccess
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…
Security
This article provides a tutorial on various measures you can implement using SiteWorx, including password-protected directories, IP blacklisting, and hotlink protection. How to Ban Any IP Address via htaccess If you…
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…
How to Disable the Two-Factor Authentication on Your cPanel Account
Follow these instructions to remove two-factor authentication from your cPanel account: Log in to your cPanel account. In the Security section, click on Two-Factor Authentication. Click on Remove Two-Factor…
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…
How to Protect Website Images From Being Displayed at an External Website
External websites may display your website images on their own sites, which can lead to bandwidth theft. You can prevent this by using Hotlink Protection. Steps to Enable Hotlink Protection Log in to your cPanel…