Skip to content

Instantly share code, notes, and snippets.

@noda-sin
Created October 19, 2017 06:48
Show Gist options
  • Save noda-sin/6a22bb3d87b3f1c04c189d3e87a763da to your computer and use it in GitHub Desktop.
Save noda-sin/6a22bb3d87b3f1c04c189d3e87a763da to your computer and use it in GitHub Desktop.
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R]
RewriteRule ^$ https://%{HTTP_HOST}/manager/webui/ [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment