Translations:Mod rewrite/17/en

No ''Hostnet Wiki''
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]