CheckSpelling Off Options -Indexes RewriteEngine on # Rewrite former site subdomain pages to new site pages RewriteCond %{HTTP_HOST} =www-rw.doc.ic.ac.uk RewriteRule ^ http://vtss.doc.ic.ac.uk/research/javascript.html [R=301,L] RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk RewriteRule ^papers.html http://vtss.doc.ic.ac.uk/publications/ [R=301,L] RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk RewriteRule ^ca($|/) http://vtss.doc.ic.ac.uk/research/concurrency.html [R=301,L] # Bump any other subdomain request that gets here over to the main psvg site RewriteCond %{HTTP_HOST} !=vtss.doc.ic.ac.uk RewriteRule ^(.*)$ http://vtss.doc.ic.ac.uk/$1 [R=301,L] ErrorDocument 403 /403.html ErrorDocument 404 /404.html