Redirecting to site-alias is not working in stable version.
This is due to changes in #2148671: Bad redirect
Example:
Site with name: example.com
Site has domain-alias: www.example.com
And has the setting "Redirect all domain aliases to:" www.example.com
But the vhost file produced after Verify has:
RewriteCond %{HTTP_HOST} !^example.com$ [NC]
RewriteRule ^/*(.*)$ http://example.com/$1 [NE,L,R=301]
Comments
Comment #1
kristofferwiklund commentedComment #2
helmo commentedThanks, I've re-opened and reverted [#2148671.
The original poster was clearly working with an older version.