From 28f2867a0d206405c7f3ba0e76a7b0bd7ecda55a Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Fri, 16 Aug 2013 09:50:46 -0500 Subject: [PATCH] Remove development path from rewrite rules Reference the root directory instead of the ucomm directory --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index fd96d537..d0007739 100644 --- a/.htaccess +++ b/.htaccess @@ -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] -- GitLab