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

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(.*)$ "http\:\/\/domain\.com\/" [R...)
 
(Nav atšķirību)

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

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)
RewriteEngine On
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR] 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$ 
         RewriteRule ^(.*)$ "http\:\/\/domain\.com\/" [R=302,L]
TulkojumsRewriteEngine On
         RewriteCond %{HTTP_HOST} ^example\.com$ [OR] 
         RewriteCond %{HTTP_HOST} ^www\.example\.com$ 
         RewriteRule ^(.*)$ "http\:\/\/domain\.com\/" [R=302,L]

RewriteEngine On

        RewriteCond %{HTTP_HOST} ^example\.com$ [OR] 
        RewriteCond %{HTTP_HOST} ^www\.example\.com$ 
        RewriteRule ^(.*)$ "http\:\/\/domain\.com\/" [R=302,L]