Google Chrome is rolling out v63 that now forces all .dev domains to use HTTPS
<If "%{HTTPS} == 'on'">
AuthName "Files are protected, enter your normal website email and password"
AuthType Basic
AuthUserFile /home/sites/mysite.co.uk/.htpasswd
Require valid-user
</If>
<Else>
RewriteEngine On
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</Else>
[Tue Nov 27 15:44:01.869614 2018] [core:alert] [pid 28242] [client 178.207.76.118:11369] /var/www/.htaccess: Either all Options must start with + or -, or no Option may.строку
Options -Indexes FollowSymLinks MultiViews
надо изменить как то так Options -Indexes +FollowSymLinks +MultiViews
апач хочет чтоб было явно указано + или -