Skip to content

Instantly share code, notes, and snippets.

@szbl
Created March 4, 2013 22:06
Show Gist options
  • Save szbl/5086124 to your computer and use it in GitHub Desktop.
Save szbl/5086124 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^blog.domain.com
RewriteRule ^(.*)$ http://www.domain.com/blog/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment