Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created December 1, 2011 02:58
Show Gist options
  • Save JEEN/1413092 to your computer and use it in GitHub Desktop.
Save JEEN/1413092 to your computer and use it in GitHub Desktop.
Advent 301
....
ServerName advent.perl.kr
RewriteEngine On
RewriteRule ^/2010-(.*) http://%{HTTP_HOST}/2010/2010-$1 [R=301,L]
RewriteRule ^/$ http://%{HTTP_HOST}/2011/ [R=301, L]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment