Atšķirības starp "Translations:Mod rewrite/16/en" versijām
No ''Hostnet Wiki''
(Jauna lapa: for a certain domain, example.com: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]) |
|||
| 1. rindiņa: | 1. rindiņa: | ||
for a certain domain, example.com: | for a certain domain, example.com: | ||
| − | + | RewriteEngine On | |
RewriteCond %{HTTPS} !=on | RewriteCond %{HTTPS} !=on | ||
RewriteRule .* https://example.com/%{REQUEST_URI} [R,L] | RewriteRule .* https://example.com/%{REQUEST_URI} [R,L] | ||
Pašreizējā versija, 2018. gada 24. jūlijs, plkst. 10.16
for a certain domain, example.com: RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://example.com/%{REQUEST_URI} [R,L]