From 4d28d50f59f1804bf4d962cdff4e63ac84a8bedd Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 May 2023 16:20:21 +1200 Subject: [PATCH] ENH Change default version to 5 (#110) --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 453184c..d27fe4d 100644 --- a/.htaccess +++ b/.htaccess @@ -44,9 +44,9 @@ RewriteCond %{REQUEST_URI} ^(.*)search/lookup [NC] RewriteRule ^/?search/lookup(/|$) %1search/lookup.php [L,R=302,QSA] - # Symlink to 4 index.html + # Symlink to 5 index.html - default major version RewriteCond %{REQUEST_URI} ^(.*)$ [NC] - RewriteRule ^/?$ %14/index.html [R=302,L] + RewriteRule ^/?$ %15/index.html [R=302,L] # Serve docs in htdocs RewriteCond %{REQUEST_FILENAME} !-f