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

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: for a certain domain, example.com: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule .* https://example.com/%{REQUEST_URI} [R,L])
 
 
1. rindiņa: 1. rindiņa:
 
for a certain domain, example.com:       
 
for a certain domain, example.com:       
          RewriteEngine On  
+
RewriteEngine On  
 
           RewriteCond %{HTTPS} !=on  
 
           RewriteCond %{HTTPS} !=on  
 
           RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]
 
           RewriteRule .* https://example.com/%{REQUEST_URI} [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)
noteiktam domēnam example.com:
         RewriteEngine On 
         RewriteCond %{HTTPS} !=on 
         RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]
Tulkojumsfor a certain domain, example.com:       
RewriteEngine On 
         RewriteCond %{HTTPS} !=on 
         RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]

for a certain domain, example.com: RewriteEngine On

         RewriteCond %{HTTPS} !=on 
         RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]