htaccess option
-
Can we get a option to have the plugin write ip deny rules to .htaccess and web.config files?
.htaccess
deny from 1.2.3.4/32
web.config<?xml version="1.0"?> <configuration> <system.webServer> <security> <ipSecurity allowUnlisted="true"> <add ipAddress="1.2.3.4"/> ... </ipSecurity> </security> </system.webServer> </configuration>
- The topic ‘htaccess option’ is closed to new replies.