Skip to content

Instantly share code, notes, and snippets.

@Domm98CZ
Created March 21, 2021 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Domm98CZ/2e45420ec3eaae27a56f8f32a9c2f072 to your computer and use it in GitHub Desktop.
Save Domm98CZ/2e45420ec3eaae27a56f8f32a9c2f072 to your computer and use it in GitHub Desktop.
wedos domain htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{SERVER_NAME} [L,R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment