<rule name="Force WWW and SSL" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^[^www]" />
<add input="{HTTPS}" pattern="off" />
</conditions>
<action type="Redirect" url="https://www.zzz.com/{R:1}" appendQueryString="true" redirectType="Permanent" />
</rule>şunu denermisiniz?
maalesef hocam yine olmadı. acaba sunucu web.config dosyasını geç mi algılıyor. dns lerde olduğu gibi
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 01:44:19 -->-> Daha önceki mesaj 00:58:47 --
<rule name="Force WWW and SSL" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^[^www]" />
<add input="{HTTPS}" pattern="off" />
</conditions>
<action type="Redirect" url="https://www.zzz.com/{R:1}" appendQueryString="true" redirectType="Permanent" />
</rule>şunu denermisiniz?
şöyle bir sorun farettim. hosta index.html dosyası attım ama siteadi.com şeklinde girdiğimde sanki host boş gibi 403 forbidden yani dosya yok hatası veriyor. hosttaki dosyaları görmüyor ancak
https://www.siteadi.com şeklinde girdiğimde index dosyasını görüyor. bu dnslerle mi alakalı çünkü ssl sertifikasını doğrularken cname kullandım