blob: 752ee0c8341afbe1b38423cac4da67ea4636ab16 [file] [log] [blame]
# Redirect requests to an old "project summary" page to the new fangled "project" page.
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/projects/project_summary\.php$
RewriteCond %{QUERY_STRING} ^projectid=(.+)$
RewriteRule ^(.*)$ http://www.eclipse.org/projects/project.php?id=%1 [R=302,L]
Redirect permanent "/projects/status.php" http://www.eclipse.org/projects/tools/status.php