Translations:Mod rewrite/17/en

No ''Hostnet Wiki''
Versija 2018. gada 24. jūlijs, plkst. 10.11, kādu to atstāja Gatis (Diskusija | devums) (Jauna lapa: or RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(....)

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

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]