summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 15:51:02 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 15:51:02 +0000
commitcdb9691812352af97ecc63813d301a546a727c8e (patch)
tree6c2a853f97b6b4aff0761d7f5836578b2db033c1
parentRedirect to HTTPS (diff)
downloadgentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.tar.bz2
gentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.tar.xz
gentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.zip
Redirect another old URL
-rw-r--r--gentoobrowse/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess
index 5d8d9ad..daff6a2 100644
--- a/gentoobrowse/.htaccess
+++ b/gentoobrowse/.htaccess
@@ -11,6 +11,9 @@ RewriteRule ^(.*) /packages/%1 [R=301,L]
RewriteCond %{REQUEST_URI} ^/category/(.*)
RewriteRule ^(.*) /packages/%1 [R=301,L]
+RewriteCond %{REQUEST_URI} ^/categories
+RewriteRule ^(.*) /packages [R=301,L]
+
RewriteCond %{REQUEST_URI} ^/browse
RewriteRule ^(.*) /packages [R=301,L]