Skip to content

Instantly share code, notes, and snippets.

@leeky
Created January 9, 2009 18:14
Show Gist options
  • Save leeky/45206 to your computer and use it in GitHub Desktop.
Save leeky/45206 to your computer and use it in GitHub Desktop.
# Exclude this URL from redirect
RewriteCond %{REQUEST_URI} !^/foo\.html$ [NC]
# Redirect everything else here
RewriteRule .* http://domain.com/$1 [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment