Board MeetingSunday, February 11th
Questions? Please contact tcameetings@truckload.org
|
% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.truckloadacademy.org" then Response.Redirect ("http://www.truckload.org/tla/index.shtml") End If If HTTPHost = "truckloadacademy.org" then Response.Redirect ("http://www.truckload.org/tla/index.shtml") End If %> <% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.duescalculator.org" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If If HTTPHost = "duescalculator.org" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If %> <% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.duescalculator.com" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If If HTTPHost = "duescalculator.com" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If %>
Board MeetingSunday, February 11th
Questions? Please contact tcameetings@truckload.org
|