Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 301 redirects #259

Open
eaorbita opened this issue Aug 25, 2020 · 0 comments
Open

Fix 301 redirects #259

eaorbita opened this issue Aug 25, 2020 · 0 comments
Labels
👩‍⚕️triage Needs further attention and categorization

Comments

@eaorbita
Copy link

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]
@liz-shinn liz-shinn added the 👩‍⚕️triage Needs further attention and categorization label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👩‍⚕️triage Needs further attention and categorization
Projects
None yet
Development

No branches or pull requests

2 participants