Skip to content

Instantly share code, notes, and snippets.

@MattTheRed
Created November 22, 2013 16:52
Show Gist options
  • Select an option

  • Save MattTheRed/7603129 to your computer and use it in GitHub Desktop.

Select an option

Save MattTheRed/7603129 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
RewriteEngine On
RewriteRule ^.*$ /path/to/your/temp_down_page.html
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment