RewriteEngine On | |
# Redirect requests to /community/books to /resources | |
RewriteCond %{REQUEST_URI} ^/community/books.*$ | |
RewriteRule ^(.*)$ http://www.eclipse.org/resources/?type=book [R=302,L] | |
# Redirect requests to podcasts | |
RewriteCond %{REQUEST_URI} ^/community/podcasts/(.+)\.mp3$ | |
RewriteRule ^(.*)$ http://archive.eclipse.org/org/podcasts/%1.mp3 [R=302,L] |