zEitEr
Super Moderator
Yes, Directadmin 1.55.0 released on Dec 7, 2018.
It's happening on all my domains. I checked in one domain there was an empty .htaccess file.
I even deleted it, but still domain.com does not forward to www.domain.com
EDIT: However I cannot find any mod rewrite rules on the virtual zone files that is transferring domain.com to www.domain.com
I used to have this in the past
Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
But I should not use that anymore because of the new features in Directadmin 1.55
Sorry, no, it didn't make it in.I'm missing a fix I reported via the ticket system.
Which was when from a admin or reseller package for example the SSH access was removed, the option was not removed on user level for the customers. So when you checked a customer they could still have ssh in the options, while it was not present anymore in their package.
Or was this already fixed in the previous release? Not sure anymore.