HEX
Server: Apache
System: Linux 4485441ca2e2 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 11:03:07 UTC 2025 aarch64
User: (1000)
PHP: 8.2.24
Disabled: NONE
Upload Files
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>