Skip to content

Instantly share code, notes, and snippets.

@piouPiouM
Created March 20, 2010 20:07
Show Gist options
  • Save piouPiouM/338865 to your computer and use it in GitHub Desktop.
Save piouPiouM/338865 to your computer and use it in GitHub Desktop.
# Redirect all files are not in /foo/bar/blog to http//example.com/
RewriteEngine On
RewriteBase /foo/bar/
RewriteCond %{REQUEST_URI} !blog/?.*
RewriteRule ^(.*)$ http://example.com/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment