.htaccess in /wp-content/plugins/ninjafirewall/
-
I’ve seen that there is a Deny rule for everything but png in the ninjafirewall folder.
Problem is, on my (shared) host the Allow,Deny directives are disabled. rewrite_mod however is enabled.
So, is it save if I replace the Deny rule with this?:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule !\.png$ - [F,L] </IfModule>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘.htaccess in /wp-content/plugins/ninjafirewall/’ is closed to new replies.