Skip to content

Commit

Permalink
ENH Change default version to 5 (silverstripe#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored May 4, 2023
1 parent bc035c7 commit 4d28d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d28d50

Please sign in to comment.