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

Add new -dev subdomains for testing rewrite rules

parent cfc02edb
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
RewriteCond %{HTTP_HOST} =www-rw.doc.ic.ac.uk [OR]
RewriteCond %{HTTP_HOST} =www-rw-dev.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
RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk [OR]
RewriteCond %{HTTP_HOST} =www-lrr-dev.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
RewriteCond %{HTTP_HOST} =www-lrr.doc.ic.ac.uk [OR]
RewriteCond %{HTTP_HOST} =www-lrr-dev.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
......
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