File ".htaccess"
Full Path: /home/websapg/allmychildren/images/.htaccess
File size: 186 bytes
MIME-type: text/plain
Charset: utf-8
<Files "wp-comments-post.php">
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from all
Satisfy Any
</IfModule>
</Files>