Masetrix
Well-known member
Test this...
If you get an error, ok. No Dataleak there.
if you see Usernames and so on..
put this in your .htaccess near: RewriteBase /
Hth.
If you get an error, ok. No Dataleak there.
if you see Usernames and so on..
put this in your .htaccess near: RewriteBase /
Code:
RewriteCond %{QUERY_STRING} author=\d
RewriteRule ^ /? [F,L]
RewriteCond %{REQUEST_URI} (wp-json|author)
RewriteRule ^(.*)$ https://www.yourdomain.tld [F,L]