windows hostingde www ve https yönlendirme nasıl yapılır htaccess dosyası windows panelde çalışmıyor sanırım bu yönlendirmeleri hangi dosya ile yapabilirim. web.config dosyası varmış fakat internetten bulduklarımı kopyala yapıştır yapınca site kapanıyor
TTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
bu hatayı alıyorum.
windows hostingde www ve https yönlendirme nasıl yapılır
2
●149
- 13-05-2019, 17:55:19
<rule name="rule 1v" stopProcessing="true"> <match url="^(.*)$" /> <action type="Rewrite" url="/http://www.%{HTTP_HOST}/{R:1}" /> </rule> <rule name="rule 2v" stopProcessing="true"> <match url="^(.*)$" /> <action type="Rewrite" url="/https://%{HTTP_HOST}%{REQUEST_URI}" /> </rule>
web.config içerisine sunlari ekleyerek dener misin (yedek almayi unutma) - 13-05-2019, 18:01:23Zeta adlı üyeden alıntı: mesajı görüntüle
httpdocs dosyasına atıyorum web.config dosyasını fakat ne atarsam atayım içine direk sayfa hta veriyor HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
konu kilit: hosting firması sorunu çözdü teşekkürler