Guest User

Untitled

a guest
Jul 18th, 2016
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. <%
  2. response.setStatus(301);
  3. response.setHeader( "Location",  "http://www.ny-adress.se/" );
  4. response.setHeader( "Connection", "close" );
  5. %>
Add Comment
Please, Sign In to add comment