<%@ Language=VBScript %> <% strCurrent = Request("url") strDirectory = Request("path") id=Request("id") strName=Request("name") Response.Status="301 Moved Permanently" Response.AddHeader "Location","locateGalleryImage.php?name=" & strName & "&id=" & id & "&path=" & strDirectory & "&url=" & strCurrent %>