Skip to content
Snippets Groups Projects
Commit a624f3cb authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add redirect for /lincoln to the new proxypass site at the root

parent 8f2b78bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ AddType 'text/html; charset=UTF-8' shtml
RewriteEngine On
RewriteOptions inherit
RewriteRule ^news/$ http://newsroom.unl.edu/ [R=301]
RewriteRule ^lincoln$ http://www.unl.edu/lincoln/ [R=301]
RewriteRule ^lincoln/$ http://www.unl.edu/lincoln/ [R=301]
RewriteRule ^international/$ http://international.unl.edu/ [R=301]
RewriteRule ^foodfuelwaterphotocontest/$ http://innovate.unl.edu/photocontest/ [R=301]
RewriteRule ^unltoday/$ http://news.unl.edu/newsrooms/unltoday/ [R=301]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment