Skip to content

Instantly share code, notes, and snippets.

@AshikNesin
Created March 25, 2017 15:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AshikNesin/26fbcdb3ef1c21fc0c6d2785cd9a7d43 to your computer and use it in GitHub Desktop.
Save AshikNesin/26fbcdb3ef1c21fc0c6d2785cd9a7d43 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=308,L]
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment