blob: 6fc5cf774817b6632f7e81ed3ae7413ae11edcff [file] [log] [blame]
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]