diff --git a/.htaccess b/.htaccess index 6b3a9dd..5098b6a 100644 --- a/.htaccess +++ b/.htaccess @@ -29,7 +29,7 @@ ErrorDocument 500 /assets/error-500.html RewriteEngine On - RewriteCond %{HTTP_HOST} ^(.*).silverstripe.com$ [NC] + RewriteCond %{HTTP_HOST} ^docs?.silverstripe.com$ [NC] RewriteRule ^(.*)$ https://docs.silverstripe.org/$1 [L,R=301] # Legacy rewrite from sapphire/ to framework/ namespace