How to Exclude a File From Apache Limit Directive
We Use limit directive to disallow get put method for a web directory file. Limit directive is best option to restrict access of particular method for directory. Sometime we need to exclude a single file from limit directive so that it work. In this tutorial, we will see how to exclude a file from Apache … Read more