X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/245e789b234afa4525862e7a6e5e3c2e7a52ef20..fc24d733700d6d2bd886ffa9188df5c78069b018:/wp-content/plugins/akismet/.htaccess diff --git a/wp-content/plugins/akismet/.htaccess b/wp-content/plugins/akismet/.htaccess index 6d8b4ec2..f271986e 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. +# Apache 2.2 + + Order Deny,Allow + Deny from all + + +# Apache 2.4 + + Require all denied + + +# Akismet CSS and JS - Allow from all + + Allow from all + + + + Require all granted + -#allow access to any image +# Akismet images - Allow from all + + Allow from all + + + + Require all granted + \ No newline at end of file