Created
August 19, 2016 11:27
-
-
Save DavidSteinbauer/fc5b927f42451be915bc8e512af2b0bd to your computer and use it in GitHub Desktop.
zur Vermeidung von duplicate content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{HTTPS} off | |
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
falls es nicht funktioniert:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.humpenoeder.de/$1 [R,L] </IfModule>