by Mike | Sep 8, 2016 | Web Development |
Learning how to create htaccess file in php is not possible as the .htaccess file can be used to control a number of PHP settings. Htaccess files are actually distributed configuration files and allow you to make a number of configuration changes on a directory basis....
by Mike | Aug 8, 2016 | Web Development |
Denying access to a directory on your web server is an important feature to use especially if you have folders that you would like hidden from the rest of a public site. For example, you may keep the download file of a digital product on your eCommerce website, or use...
by Mike | Aug 8, 2016 | Web Development |
There may be some instances when you should use htaccess to block an IP address or even a range of IP addresses. For instance, your website may be receiving a lot of bot or spam traffic from certain IPs, or you just want to filter certain visitors. There are several...