X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0461a5f2e55c8d5f1fde96ca2e83117152573c7d..4feeb71a9d812a9ae371c28a3d8b442a4394ded7:/wp-content/plugins/akismet/.htaccess diff --git a/wp-content/plugins/akismet/.htaccess b/wp-content/plugins/akismet/.htaccess index 6d8b4ec2..49d72d71 100644 --- a/wp-content/plugins/akismet/.htaccess +++ b/wp-content/plugins/akismet/.htaccess @@ -1,11 +1,34 @@ -Order Deny,Allow -Deny from all +# Only allow direct access to specific Web-available files. - - Allow from all +# Apache 2.2 + + Order Deny,Allow + Deny from all + + +# Apache 2.4 + + Require all denied + + +# Akismet CSS and JS + + + Allow from all + + + + Require all granted + -#allow access to any image - - Allow from all +# Akismet images + + + Allow from all + + + + Require all granted + \ No newline at end of file