[119001] Moved redirects from local .htaccess file in article directory to shared one in /articles.
diff --git a/.htaccess b/.htaccess
index ecc66a1..75ded60 100644
--- a/.htaccess
+++ b/.htaccess
@@ -31,6 +31,6 @@
 
 # Article-Accessibility "Designing Accessible Plug-ins in Eclipse"
 Redirect permanent "/articles/Article-Accessibility/index.html" http:/articles/article.php?file=Article-Accessibility/index.html
-
+Redirect permanent "/articles/Article-Accessibility/accessibility.html" http:/articles/article.php?file=Article-Accessibility/index.html
 # Article-action-contribution 
 Redirect permanent "/articles/Article-action-contribution/index.html" http:/articles/article.php?file=Article-action-contribution/index.html
diff --git a/Article-Accessibility/.htaccess b/Article-Accessibility/.htaccess
deleted file mode 100644
index 3a68f0b..0000000
--- a/Article-Accessibility/.htaccess
+++ /dev/null
@@ -1,3 +0,0 @@
-# Understanding Layouts
-# Redirect old/incorrect URLs to the correct location.
-Redirect permanent "/articles/Article-Accessibility/accessibility.html" http:/articles/Article-Accessibility/index.html