/home/s/h/a/shalekuihb/gaza/.htaccess
# .htaccess in the document root of nondimenticaregaza.it
RewriteEngine On

# 1) Force HTTPS on the source host (keeps path & query)
RewriteCond %{HTTP_HOST} ^(?:www\.)?nondimenticaregaza\.it$ [NC]
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

# 2) Then redirect everything (now on HTTPS) to the destination page
#    Drop any path/query so all land exactly on the page below
#RewriteCond %{HTTP_HOST} ^(?:www\.)?nondimenticaregaza\.it$ [NC]
#RewriteRule ^ https://www.shaleku.it/nondimenticaregaza/ [R=301,L,QSD]