<% oldFQDN = LCase(Request.ServerVariables("SERVER_NAME")) newFQDN = "http://" & Replace(oldFQDN,"/oc/","/") response.Redirect(newFQDN) %>