https http yönledirme - R10.net
0
Giriş Yap
Kayıt Ol
https http yönledirme
3
●
171
R10.net
Webmaster Genel
Webmaster Genel Konular - Sorunlar
https http yönledirme
12-07-2018, 14:56:08
#1
Misafir
tam tersini istiyorum
HTTPS'DEN GELENLERİ HTTP'YE yönledireceğim,
kodu nedir?
12-07-2018, 14:58:51
#2
br3akb0y
# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
12-07-2018, 15:01:57
#3
Misafir
br3akb0y adlı üyeden alıntı:
mesajı görüntüle
# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
olmadı hocam
12-07-2018, 15:03:09
#4
br3akb0y
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
×
Beğeniler
×
Değerlendirmeler