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

xmpp.com search results and redirections #651

Closed
sonnyp opened this issue Nov 22, 2019 · 8 comments
Closed

xmpp.com search results and redirections #651

sonnyp opened this issue Nov 22, 2019 · 8 comments

Comments

@sonnyp
Copy link
Contributor

sonnyp commented Nov 22, 2019

xmpp.com/ redirects to xmpp.org/
However it's not the case for https://xmpp.com/extensions/ (as well as /extensions/* ) and maybe others.

As such xmpp.com URLs are showing up in search engine results.

Example: https://www.google.com/search?q=conversation+xep+0385&oq=conversation+xep+0385

yields https://xmpp.com/extensions/xep-0423.html

It presents several inconvenients:

  1. The certificate is invalid
  2. Confusing
  3. Not ideal for indexing
@guusdk
Copy link
Contributor

guusdk commented Nov 22, 2019

Ah, thanks for bringing that up. Am I right to conclude that a redirect on our website would fix this sufficiently?

@sonnyp
Copy link
Contributor Author

sonnyp commented Nov 22, 2019

The same permanent redirect that is applied to xmpp.com/* should work fine.

@sonnyp
Copy link
Contributor Author

sonnyp commented Nov 22, 2019

Hmmm actually that redirect won't work out of the box with the current certificate on https://xmpp.com

The certificate should be fixed first

@Ppjet6
Copy link
Contributor

Ppjet6 commented Nov 23, 2019

That doesn't seem to be something we handle in this repo (the Dockerfile is pretty simple), it's probably handled in the reverse proxy directly on the server.

I guess something like the following would do, but @mwild1 would know better.

server {
    listen 443 ssl http2;
    listen [::]:443 ssl http2;
    server_name xmpp.com;
    include /path/to/ssl.conf;
    return 301 https://xmpp.org$request_uri;
}

And yes the cert should be fixed in any case, thanks @sonnyp.

@Neustradamus
Copy link
Contributor

It is possible to solve the problem of the newsletter too?
One year soon:

@guusdk
Copy link
Contributor

guusdk commented Dec 9, 2019

tenor

@Echolon
Copy link
Member

Echolon commented Jan 30, 2021

@guusdk can you explain or suggest what a possible action here would be?

@cal0pteryx
Copy link
Member

/duplicate xsf/infrastructure#9

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

No branches or pull requests

6 participants