خرید بک لینک

Vote count: 0

I have a domain on godaddy and i hosted and i got SSL from ewebguru the issue is i need url redirection from http to https. I have tried some sample code in web.config.

<rewrite> <rules> <rule name="http to https" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" patte="^OFF$" ignoreCase="false" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="SeeOther" /> </rule> </rules> </rewrite>

when i tried to open without https:// before my site name its not working. My doubts,

1.Is there any modification need to done in godaddy domain panel?

2.my server is IIS 6 configure any changes that i need to do in IIS?

asked 24 secs ago

برچسب: نویسنده: استخدام کار تاريخ: چهارشنبه 9 تير 1395 ساعت: 13:59

صفحه بندی