SSL Sertifikası İçin Htacces'e Eklediğim Kod Siliniyor | 
                        4 Mesajlar | 1.269 Okunma | ||
# BEGIN https yönlendirme
	RewriteEngine On
	RewriteCond %{HTTPS} off
	RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
	RewriteCond %{HTTPS} !on
	RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
# END https yönlendirme# BEGIN https yönlendirme
	RewriteEngine On
	RewriteCond %{HTTPS} off
	RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
	RewriteCond %{HTTPS} !on
	RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
# END https yönlendirmePsilocybin23 adlı üyeden alıntı
evet doğru kod böyle