Skip to content
Snippets Groups Projects
Commit cfc02edb authored by Thomas Wood's avatar Thomas Wood
Browse files

Redirects for www-rw and www-lrr to new webpages

parent 73832961
No related branches found
No related tags found
No related merge requests found
CheckSpelling Off
RewriteEngine on
RewriteCond %{HTTP_HOST} =www-rw.doc.ic.ac.uk
RewriteRule . http://psvg.doc.ic.ac.uk/research/javascript.html [R=301,END]
RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk
RewriteRule ^papers.html http://psvg.doc.ic.ac.uk/publications/ [R=301,END]
RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk
RewriteRule ^ca($|/) http://psvg.doc.ic.ac.uk/research/concurrency.html [R=301,END]
RewriteCond %{HTTP_HOST} !=psvg.doc.ic.ac.uk
RewriteCond %{HTTP_HOST} !=www-rr-dev.doc.ic.ac.uk
RewriteRule ^(.*)$ http://psvg.doc.ic.ac.uk/$1 [R=301]
RewriteRule ^(.*)$ http://psvg.doc.ic.ac.uk/$1 [R=301,END]
ErrorDocument 404 /404.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment