Author: mattsicker
Date: Thu Jan 25 18:12:10 2018
New Revision: 1024309
Log:
Enable chainsaw redirects
Modified:
websites/production/logging/content/chainsaw/.htaccess
Modified: websites/production/logging/content/chainsaw/.htaccess
==============================================================================
--- websites/production/logging/content/chainsaw/.htaccess (original)
+++ websites/production/logging/content/chainsaw/.htaccess Thu Jan 25 18:12:10
2018
@@ -1,5 +1,4 @@
-RewriteEngine off
-# FIXME: proper redirects
-RewriteCond %{REQUEST_URI} !^/chainsaw/chainsaw_20060302.*$
-RewriteRule ^(.*)$ /chainsaw/chainsaw_20060302/$1
-
+RewriteEngine on
+# redirect non-specific versions of pages to latest 2.x link
+RewriteCond %{REQUEST_URI} !^/chainsaw/.*/.*$
+RewriteRule ^(.*)$ /chainsaw/2.x/$1