| # 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 |