From a24a3be274a6711da753b169470d32419a007898 Mon Sep 17 00:00:00 2001 From: Sebastian Titz Date: Wed, 31 Aug 2022 08:08:21 +0200 Subject: [PATCH] =?UTF-8?q?neues=20wp=20ged=C3=B6ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htaccess | 2 ++ 1 file changed, 2 insertions(+) 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]