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