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

/origin redirects to //about (double slash) #841

Closed
csarven opened this issue Feb 8, 2024 · 3 comments
Closed

/origin redirects to //about (double slash) #841

csarven opened this issue Feb 8, 2024 · 3 comments

Comments

@csarven
Copy link
Member

csarven commented Feb 8, 2024

https://solidproject.org/origin redirects to https://solidproject.org//about . The double slash (//about) is not a typo. Should be single slash.

$ curl -i https://solidproject.org/origin
HTTP/2 200 
accept-ranges: bytes
age: 9
cache-control: public,max-age=0,must-revalidate
cache-status: "Netlify Edge"; hit
content-type: text/html; charset=UTF-8
date: Mon, 29 Apr 2024 21:45:16 GMT
etag: "1292923d16ddb33b7cc7272114bbeee5-ssl"
server: Netlify
strict-transport-security: max-age=31536000
x-nf-request-id: 01HWNX3EZYKV4JHWB6XCD4PFPR
content-length: 469

<!DOCTYPE html>
<html lang="en-US">
  <meta charset="utf-8">
  <title>Redirecting&hellip;</title>
  <link rel="canonical" href="https://solidproject.org//about">
  <script>location="https://solidproject.org//about"</script>
  <meta http-equiv="refresh" content="0; url=https://solidproject.org//about">
  <meta name="robots" content="noindex">
  <h1>Redirecting&hellip;</h1>
  <a href="https://solidproject.org//about">Click here if you are not redirected.</a>
</html>
@michielbdejong
Copy link
Contributor

This is in the current site, so will not be a problem anymore once we launch the redesign, right?

csarven added a commit that referenced this issue Apr 29, 2024
@VirginiaBalseiro
Copy link
Member

I believe that redirect is defined here:

permalink: origin

layout: page-about
title: Origin
permalink: origin
redirect_to: about

So yes, this will be resolved in the new design, but we probably should add origin.html or something.

@michielbdejong
Copy link
Contributor

Wrapping this into #884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants