Error pages of your website like 404 not found, 403 access forbidden pages contains server signature i.e. server version number, operating system etc., such information…
Normally your server timezone is set to its local timezone. But as a webmaster, you can set your website timezone by date.timezone directive in htaccess…
If you want to protect your wordpress website admin folder wp-admin folder by htaccess file. You can check How to deny IP address to your…
IF your website is using cpanel system, your website root directory should be /home/yourusername/public-html directory. When anyone want to visit your website, the apache server…
Protecting files on your website from unauthorized users can be very important. You could use PHP to listen for login authorization information on each page,…
To ban a single IP address from accessing your Website, add following code to the .htaccess file in the root directory of your html file. If…