Create a new extended web application for HTTPS, then go into IIS and stop the HTTP website. I find that's the easiest way.
M On Fri, Jun 26, 2009 at 12:15 PM, Chris Grist <[email protected]>wrote: > Hi Guys. > > > > Atm sharepoint is running on http/https i want to stop people accessing via > http. But some have bookmarks/links etc so id like the it to redirect. > > > > Ive tried the following as a 403.4 error asp page: > > > > <% > > Data = request.servervariables(”QUERY_STRING”) > > URL = replace(Data, “403;”, “”) > > URL = replace(URL, “http://”, “https://”) > > response.Status = “200 OK” > > response.redirect URL > > %> > > > > However this goes http->https->http in the browser box and comes with a 403 > error “likely cause you are required to login” > > > > Chris Grist > Technical Officer, ICT Systems > Education.au Limited > > > > Level 1, 182 Fullarton Road > DULWICH SA 5065 > > > > p +61 8 83343291 > f +61 8 83343211 > > > > e [email protected] > w www.educationau.edu.au > > > > ------------------------------ > IMPORTANT: This e-mail, including any attachments, may contain private or > confidential information. If you think you may not be the intended > recipient, or if you have received this e-mail in error, please contact the > sender immediately and delete all copies of this e-mail. If you are not the > intended recipient, you must not reproduce any part of this e-mail or > disclose its contents to any other party. This email represents the views of > the individual sender, which do not necessarily reflect those of > Education.au except where the sender expressly states otherwise. It is your > responsibility to scan this email and any files transmitted with it for > viruses or any other defects. education.au limited will not be liable for > any loss, damage or consequence caused directly or indirectly by this email. > ------------------------------ > Support procedure: https://www.codify.com/lists/support > List address: [email protected] > Subscribe: [email protected] > Unsubscribe: [email protected] > List FAQ: http://www.codify.com/lists/ozmoss > Other lists you might want to join: http://www.codify.com/lists > -------------------------------------------------------------------------------- Support procedure: http://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozmoss Other lists you might want to join: http://www.codify.com/lists
