-
Couldn't load subscription status.
- Fork 48
Open
Labels
👩⚕️triageNeeds further attention and categorizationNeeds further attention and categorization
Description
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]
Metadata
Metadata
Assignees
Labels
👩⚕️triageNeeds further attention and categorizationNeeds further attention and categorization