htaccess dosyasında https (ssl) zorlaması

Bu yüzden web sitenizi https üzerinden her zaman erişilebilir olmaya zorlamanız gerekiyor, işte basit bir yöntem

 

Web sitenizde HTTPS bağlantısını zorlamak için web sitesinin .htaccess dosyasının içine aşağıdaki satırları ekleyin:

 

RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

  • ssl, https, forcehttps, websecurity
  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to force your site to redirect to https (SSL)

Overview You can force your site to redirect to its secure URL by creating a configuration...

How to generate a CSR code in your hostnasi cPanel account

  So you are on the process of purchasing an ssl certificate for your online account then you...

How to install an SSL Certificate in cPanel

SSL installation via cPanel is a pretty simple process, even if you have no special technical...

SSL/HTTPS nasıl kullanılır ve Magento'ya nasıl yapılandırılır?

Yani SSL/HTTPS'yi Magento'ya yapılandırmak mı istiyorsunuz?   Peki başlayalım Magento...

SSL certificates overview

Overview Adding an SSL certificate to your domain allows it to be accessed over a secure...

Powered by WHMCompleteSolution