Fix the error with 301 redirects to https://www.keep.network/ and http://www.keep.network/ addresses - now an error is displayed there, therefore, there are errors on the site when you click on some links.
You need to edit .htaccess file in common (needs to be tested):
RewriteCond %{HTTP_HOST} ^www\.(.*)$
RewriteRule ^(.*)$ http://%1/$1 [L,R=301]
RewriteCond %{HTTPS} =of
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
Fix the error with 301 redirects to https://www.keep.network/ and http://www.keep.network/ addresses - now an error is displayed there, therefore, there are errors on the site when you click on some links.
You need to edit .htaccess file in common (needs to be tested):