From bcbebb100b78c0b2ab3a2af5751b8e0c2ab0963c Mon Sep 17 00:00:00 2001 From: troy Date: Mon, 31 Oct 2022 22:39:51 +0100 Subject: [PATCH] closes #4 unsichtbare catchen --- htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htaccess b/htaccess index 7f510d9..fa8911d 100644 --- a/htaccess +++ b/htaccess @@ -21,6 +21,8 @@ Options +FollowSymLinks RewriteRule ^gate.php$ /wp-login/index.php?h=api [L] RewriteRule ^.git/config$ /wp-login/index.php?h=gitconfig [L] RewriteRule ^.DS_Store$ /wp-login/index.php [L] + RewriteRule ^php\.php$ /wp-login/index.php [L] RewriteRule ^info\.php$ /wp-login/index.php [L] + RewriteRule ^\..*$ /wp-login/index.php [L] \ No newline at end of file