Skip to content

Instantly share code, notes, and snippets.

@eftakhairul
Last active January 12, 2017 18:33
Show Gist options
  • Save eftakhairul/52d1da9ad733d5ea8737c4feeded5925 to your computer and use it in GitHub Desktop.
Save eftakhairul/52d1da9ad733d5ea8737c4feeded5925 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName example.com
Redirect 301 "/" "https://www.example.com/"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment