Skip to content

Instantly share code, notes, and snippets.

@tosolini
Created May 1, 2015 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tosolini/c5e676cf1478ed40dfd9 to your computer and use it in GitHub Desktop.
Save tosolini/c5e676cf1478ed40dfd9 to your computer and use it in GitHub Desktop.
Apache Virtualhost Permanent Redirect
<VirtualHost *:80>
ServerName vecchiodominio.com
Redirect permanent / http://nuovodominio.com/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment