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]<mailto:[email protected]>
w www.educationau.edu.au<http://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: 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

Reply via email to