Atšķirības starp "Translations:Mod rewrite/17/en" versijām

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: or RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(....)
 
 
1. rindiņa: 1. rindiņa:
  
 
or
 
or
        RewriteCond %{SERVER_PORT} 80       
+
RewriteCond %{SERVER_PORT} 80       
 
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR]  
 
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR]  
 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$  
 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$  
 
         RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
 
         RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Pašreizējā versija, 2018. gada 24. jūlijs, plkst. 10.16

Informācija par ziņojumu (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Mod rewrite)
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]
Tulkojums
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]

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]