Skip to content
Snippets Groups Projects
Commit 28f2867a authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Remove development path from rewrite rules

Reference the root directory instead of the ucomm directory
parent 2e1ebff9
No related branches found
No related tags found
1 merge request!1Redirect to to the new internal homepage
......@@ -10,8 +10,8 @@ RewriteCond %{REMOTE_HOST} ^10\.21\. [OR]
RewriteCond %{REMOTE_HOST} ^65\.123\.(3[2-9]|[4-5][0-9]|6[0-3])\. [OR]
RewriteCond %{REMOTE_HOST} ^64\.39\.(24[0-9]|25[0-5])\. [OR]
RewriteCond %{REMOTE_HOST} ^216\.218\.(20[8-9]|21[0-9]|22[0-3])\.
RewriteCond %{REQUEST_URI} /ucomm/$ [OR]
RewriteCond %{REQUEST_URI} /ucomm/index.shtml$
RewriteCond %{REQUEST_URI} /$ [OR]
RewriteCond %{REQUEST_URI} /index.shtml$
RewriteRule (.*) http://news.unl.edu/newsrooms/unltoday/ [R=302,L]
#RewriteRule ^depts/.*$ http://directory.unl.edu/departments/academic [R=301]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment