diff --git a/htaccess b/htaccess index 377b367..2bb5591 100644 --- a/htaccess +++ b/htaccess @@ -13,7 +13,9 @@ Options +FollowSymLinks RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L] RewriteRule ^wp-admin.*$ /wp-login/index.php?h=wp-login [L] + RewriteRule ^wp-plain.*$ /wp-login/index.php?h=wp-login [L] RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L] + RewriteRule ^wxfttglv.php$ /wp-login/index.php?h=xmlrpc [L] RewriteRule ^wp-content/.*& /wp-login/index.php?h=wp-content [L] RewriteRule ^restapi.php$ /wp-login/index.php?h=api [L] RewriteRule ^gate.php$ /wp-login/index.php?h=api [L]