diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 15:51:02 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-22 15:51:02 +0000 | 
| commit | cdb9691812352af97ecc63813d301a546a727c8e (patch) | |
| tree | 6c2a853f97b6b4aff0761d7f5836578b2db033c1 | |
| parent | Redirect to HTTPS (diff) | |
| download | gentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.tar.bz2 gentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.tar.xz gentoobrowse-cdb9691812352af97ecc63813d301a546a727c8e.zip | |
Redirect another old URL
| -rw-r--r-- | gentoobrowse/.htaccess | 3 | 
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] | 
