Skip to content

Instantly share code, notes, and snippets.

@istvan-ujjmeszaros
Last active December 1, 2023 16:57
Show Gist options
  • Save istvan-ujjmeszaros/af19a56db59d2bf43c60431bb1611133 to your computer and use it in GitHub Desktop.
Save istvan-ujjmeszaros/af19a56db59d2bf43c60431bb1611133 to your computer and use it in GitHub Desktop.
Redirect to https www
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.gyartmany.hu%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment