Hi All,
If you have installed nginx Please add this rule to configure nginx for the protects .htaccess file
example for download .htaccess : https://fhscript.com/.htaccess
Thanx
If you have installed nginx Please add this rule to configure nginx for the protects .htaccess file
Code:
location ~* "/\.(htaccess|htpasswd)$" {
deny all;
return 404;
}
Thanx