Skip to content

Commit

Permalink
Redirect grizzly web pages
Browse files Browse the repository at this point in the history
Grizzly is deleted, redirect all access to main page.

Change-Id: If2696bb9acdc809928ee11952d5c4cdb167888d3
  • Loading branch information
ajaeger committed Oct 20, 2014
1 parent 9dde806 commit a23a0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ redirectmatch 301 /cactus/.*$ /index.html
redirectmatch 301 /diablo/.*$ /index.html
redirectmatch 301 /essex/.*$ /index.html
redirectmatch 301 /folsom/.*$ /index.html
redirectmatch 301 /grizzly/.*$ /index.html

redirect 301 /trunk/openstack-compute/starter/ /trunk/

Expand Down

0 comments on commit a23a0d5

Please sign in to comment.