ana sayfa > Genel > HTTPS Redirect web.config

HTTPS Redirect web.config

Çarşamba, 16 Eyl 2020 yorum ekle yorumlara git
<rewrite>
  <rules>
	<rule name="Force HTTPS" enabled="true">
	  <match url="(.*)" ignoreCase="false"/>
	  <conditions>
		<add input="{HTTPS}" pattern="off"/>
	  </conditions>
	  <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" appendQueryString="true" redirectType="Permanent"/>
	</rule>
  </rules>
</rewrite>
Categories: Genel Tags: ,
  1. şimdilik yorum yok.
  1. şimdilik geri bağlantı yok
yorum yapabilmek için giriş yapmalısınız