Protecting WPNinja Policy Page
-
I am trying to protect the Firewall policy page with access.
I have a .htaccess file in my /wp-admin/And I have:
RewriteCond %{QUERY_STRING} ^page=nfsubpolicies$
RewriteRule ^admin.php$ /bla.htm [R=301]The reason I want to protect it is the options to disable theme and plugin editing are of very little use.
If an attack gains access to the admin panel they can just enable it through with the Firewall policy page.
Even if you manually disabled them, I imagine the plugin (WPNinjaFireall) could be used to enable it.How can I protect it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Protecting WPNinja Policy Page’ is closed to new replies.