Skip to content

Commit

Permalink
Remap old map URLs to their new repository names.
Browse files Browse the repository at this point in the history
  • Loading branch information
vicchi committed Mar 6, 2013
1 parent 28a2e5c commit 875f44f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteRule ^rude/(.*) /vaguely-rude-places/$1 [L]
RewriteRule ^checkins/(.*) /you-were-here/$1 [L]

</IfModule>

0 comments on commit 875f44f

Please sign in to comment.