From a162a88b93d3de70efccf33dfd9b26f546bf62df Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Thu, 25 Feb 2016 16:56:18 +1300 Subject: [PATCH] 3.3 API docs --- htdocs/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 2f86c2c..09c944d 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,10 +1,10 @@ RewriteEngine On # "Symlink" a "current" folder to the latest release -RewriteRule ^current/?(.*)? /3.2/$1 [R=301] +RewriteRule ^current/?(.*)? /3.3/$1 [R=301] # "Symlink" the root to the latest release (with "moved temporarily") -RewriteRule ^/?$ /3.2/ [R=302,L] +RewriteRule ^/?$ /3.3/ [R=302,L] # Lookup script (used to be a SS app, now just a simple script) RewriteCond %{REQUEST_URI} !^/search/lookup\.php