Skip to content

Fix 301 redirects #259

@eaorbita

Description

@eaorbita

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

No one assigned

    Labels

    👩‍⚕️triageNeeds further attention and categorization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions