From 90f683ccf8f068b237b97237a09a3f46eb39e098 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 9 Apr 2026 21:24:36 +0100 Subject: [PATCH] Update .htaccess --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 34a346f..f7429df 100755 --- a/.htaccess +++ b/.htaccess @@ -117,6 +117,10 @@ ErrorDocument 401 /401.php # Redirección a HTTPS y a WWW + RewriteCond %{HTTPS} on + RewriteCond %{REMOTE_ADDR} ^82\.223\.107\.124$ + RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] + RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]