Skip to content

Commit

Permalink
added .htaccess for old urls
Browse files Browse the repository at this point in the history
  • Loading branch information
schofield committed Dec 8, 2010
1 parent 6c71fbb commit 41a6ea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#rules needed to rewrite URLs from the old wiki
RewriteRule ^/display/RIAK/([^\+].*)\+([^\+].*\+.*) /display/RIAK/$1-$2 [N]
RewriteRule ^/display/RIAK/([^\+].*)\+([^\+].*)$ /$1-$2 [L,R=301]

0 comments on commit 41a6ea0

Please sign in to comment.