From b4dd530ba0e6abe41d6f8937da45e7744b6cfd33 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 10 Jul 2021 19:00:59 -0600 Subject: [PATCH] Allow running update scripts over HTTP --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index c26f042..57ba0f4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,6 @@ RewriteEngine on + RewriteRule ^resources/net.contactspam/updatebannediplist.php$ - [L] + RewriteRule ^resources/net.geoip/updategeoip.php$ - [L] RewriteRule ([a-zA-Z0-9]+) index.php?action=$1 [PT] \ No newline at end of file