File: //proc/self/cwd/.htaccess
#php_flag display_errors off
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
#Require all denied
#Require ip 124.41.93.232 122.249.94.150 220.216.122.145 60.236.15.225 27.142.90.160 101.111.89.88 52.69.58.167
#ErrorDocument 403 http://mainte.ganryujima.jp
#xmlrpc無効化
<Files "xmlrpc.php">
order deny,allow
deny from all
</Files>