Atšķirības starp "Translations:Mod rewrite/17/en" versijām
No ''Hostnet Wiki''
(Jauna lapa: or RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(....) |
|||
| 1. rindiņa: | 1. rindiņa: | ||
or | or | ||
| − | + | RewriteCond %{SERVER_PORT} 80 | |
RewriteCond %{HTTP_HOST} ^example\.com$ [OR] | RewriteCond %{HTTP_HOST} ^example\.com$ [OR] | ||
RewriteCond %{HTTP_HOST} ^www\.example\.com$ | RewriteCond %{HTTP_HOST} ^www\.example\.com$ | ||
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] | RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] | ||
Pašreizējā versija, 2018. gada 24. jūlijs, plkst. 10.16
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]