N
NormL1000
Guest
I have multiple domain names similar to my main web domain
i Am trying to consolidate them all to one domain for many reasons but mostly so search indexes do not think I am spamming them.
so I want to send http://MultipleSites.com/eachpage.aspx to
https://mainsite.com/eachpage.aspx
i do not want to simply check if https: and if not change to https because pages not covered by the ssl will not load right
ideally I would like to write one piece of code On the master page to do that
any ideas on a simple way?
Continue reading...
i Am trying to consolidate them all to one domain for many reasons but mostly so search indexes do not think I am spamming them.
so I want to send http://MultipleSites.com/eachpage.aspx to
https://mainsite.com/eachpage.aspx
i do not want to simply check if https: and if not change to https because pages not covered by the ssl will not load right
ideally I would like to write one piece of code On the master page to do that
any ideas on a simple way?
Continue reading...