From 6eb8724a4482a4842e803f159b57b75f1bc47d3d Mon Sep 17 00:00:00 2001 From: troy Date: Mon, 31 Oct 2022 22:36:37 +0100 Subject: [PATCH] closes #5 --- htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htaccess b/htaccess index 2bb5591..7f510d9 100644 --- a/htaccess +++ b/htaccess @@ -21,4 +21,6 @@ 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] \ No newline at end of file