Translations:Mod rewrite/17/lv

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt

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]