Redirect https aruba .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.citya.it/$1 [R,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^citya\.it [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.citya.it/$1 [R,L]