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

Only redirect the root if the host is www.unl.edu

parent a624f3cb
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ RewriteCond %{REMOTE_HOST} ^216\.128\.(20[8-9]|21[0-9]|22[0-3])\.
RewriteRule .* - [E=UNL_CAMPUS:on]
RewriteCond %{ENV:UNL_CAMPUS} on
RewriteCond %{HTTP_HOST} ^www.unl.edu$
RewriteCond %{REQUEST_URI} ^/$ [OR]
RewriteCond %{REQUEST_URI} ^/index.shtml$
RewriteRule (.*) http://news.unl.edu/newsrooms/unltoday/ [R=302,L]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment