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

301 Redirect luga.de zu www.luga.de #12

Open
iblech opened this issue Oct 17, 2016 · 0 comments
Open

301 Redirect luga.de zu www.luga.de #12

iblech opened this issue Oct 17, 2016 · 0 comments

Comments

@iblech
Copy link
Member

iblech commented Oct 17, 2016

http://luga.de/ und http://www.luga.de/ leiten, wie sie es sollen, auf https://www.luga.de/ weiter.

Aber https://luga.de/ leitet nicht zu https://www.luga.de/ weiter. Können wir das im Interesse kanonischer URLs noch beheben? :-)

Es sollte etwa so funktionieren, nur mit luga.de statt speicherleck.de:

<VirtualHost *:443>
    ServerName speicherleck.de
    SSLEngine on
    SSLCertificateFile      /etc/letsencrypt/live/speicherleck.de/cert.pem
    SSLCertificateChainFile /etc/letsencrypt/live/speicherleck.de/chain.pem
    SSLCertificateKeyFile   /etc/letsencrypt/live/speicherleck.de/privkey.pem
    Redirect permanent / https://www.speicherleck.de/
</VirtualHost>

<VirtualHost *:443>
    ServerName www.speicherleck.de
    # hier die restliche Konfiguration
</VirtualHost>

Das ist überhaupt nicht dringend.

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

1 participant