<%@ page import="org.opencms.jsp.*" %><%
  CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response);
  String destination = "http://www.academyart.edu/photography-school/index.html";
  cms.setStatus(301);
  response.setHeader("Location", destination);
%>
