Actions
Bug #3911
closedOld cgi-bin references are still being rendered by 1.8.1 registry code
Start date:
03/20/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3911
Description
References to http://knb.ecoinformatics.org/cgi-bin/ should be redirected to their new and permanent home at /knb/cgi-bin/. This should be easy as the following rewrite rule:
RewriteRule ^/cgi-bin/(.*) http://knb.ecoinformatics.org/knb/cgi-bin/$1 [L,R=301]
Test this on dev, and pending no unforeseen consequences deploy to KNB.
Actions