Visi tulkojumi

Pārlēkt uz: navigācija, meklēt

Enter a message name below to show all available translations.

Ziņojums

Found 2 translations.

NosaukumsPašreizējais teksts
 h angļu (en)
or
RewriteCond %{SERVER_PORT} 80     
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR] 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$ 
         RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
 h latviešu (lv)vai
   RewriteCond %{SERVER_PORT} 80     
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR] 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$ 
         RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]