Introduction
In today's article, I will guide you, How to Block only
One Visitor in your website via .htaccess file. So let's get started.
v Firstly go to your cPanel account, and then login.
v After that find out the "Files" section, and then here you can see
the "File Manager" option.
v Simply click on it, and then go inside to the public_HTML. So
now here you need to edit the ".htaccess" file. Basically, this is a Hidden file.
So for seeing it, simply click on "settings" option, and then select "Show Hidden Files" option, and then click on "save" button.
v So now here you can see all hidden files will appear.
v Now select the ".htaccess" file and then right click on it. So
now here you can see the Edit option, So simply click on it, and then again
click on "edit" button.
v Enter the following code inside the file, and don't
forget to replace IP address of that Visitor which you want to block.
order
deny,allow
deny
from IP_Address
v Once you're done, then click on this “Save Changes” button, and
then your Visitor is successfully blocked.
Search
Popular Posts
How to Connect to a Windows Server using Remote Desktop Connection
22/08/2023
Troubleshooting Server Connection Issues After Running a MikroTik Conversion Script
16/12/2023
Enhancing Windows Firewall Security to Prevent Network Abuse Caused by Netscan
16/12/2023
How to create an Email Account in cPanel
05/09/2022