Skip to content

Instantly share code, notes, and snippets.

@jcamachott
Last active December 15, 2015 08:19
Show Gist options
  • Save jcamachott/5229935 to your computer and use it in GitHub Desktop.
Save jcamachott/5229935 to your computer and use it in GitHub Desktop.
htaccess redirect entire site to one file
RewriteEngine On
RewriteCond %{REQUEST_URI} !=/unavailable.html
RewriteRule ^ /unavailable.html [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment