Konu
https'ye çevrilmiş bir siteyi tekrar http yapmak...
23-01-2018, 10:43:21
#6
RifatOzkan
# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]