Tag - htaccess - liczba wpisów 2

Przekierowanie z www na bez www Kategoria: WWW | Tagi: htaccess | Autor: Bartłomiej Gałęzia

.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,R=301,NE]

 

http://stackoverflow.com/questions/21467329/htaccess-force-https-and-redirect-www-to-non-www-but-no-other-subdomains

Przekierowanie z http na https Kategoria: WWW | Tagi: htaccess | Autor: Bartłomiej Gałęzia

.htaccess

RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

 

http://stackoverflow.com/questions/26620670/apache-httpx-forwarded-proto-in-htaccess-is-causing-redirect-loop-in-dev-envir

Wyszukaj

Zapisz się do newsletera