Skip to content

Instantly share code, notes, and snippets.

@RhythmShahriar
Created November 30, 2017 09:26
Show Gist options
  • Save RhythmShahriar/9344f98777e334a7bd4f06dd74cdec3b to your computer and use it in GitHub Desktop.
Save RhythmShahriar/9344f98777e334a7bd4f06dd74cdec3b to your computer and use it in GitHub Desktop.
https (WordPress)
# ----------------------------------------------------------------------
# SSL SETUP
# ----------------------------------------------------------------------
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mydomain.com/$1 [R,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment