HTTP request sent, awaiting response... 200 OK
Length: 906381 (885K) [image/png]
Saving to: ‘\r’
100%[===================>] 885.14K --.-KB/s in 0.04s
2023-06-20 11:17:49 (24.1 MB/s) - ‘\r’ saved [906381/906381]
RewriteCond %{QUERY_STRING} PHPSESSID=(.*?)$
RewriteRule ^(.*?)$ $1& [L,R=301]
RewriteCond %{QUERY_STRING} (^|&)id\=(\d+)($|&)
RewriteCond %{QUERY_STRING} (^|&)item_id\=(\d+)($|&)
RewriteCond %{QUERY_STRING} (^|&)PHPSESSID\=(.*?)($|&)
RewriteRule ^review/report\.php$ /review/report.php?id=$1&item_id=$2& [L,R=301]
SELECT * FROM `wp_posts` WHERE ID IN
(SELECT post_id FROM `wp_postmeta` WHERE `meta_value` LIKE '%-KEY.HTML%')