The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
261 B

  1. Status: 301 Moved Permanently
  2. Location: {{ resource.meta.location }}
  3. Content-type: text/html
  4. <html>
  5. <head>
  6. <title>New location</title>
  7. </head>
  8. <body>
  9. <h1>This page has been relocated to:
  10. <a href="{{ resource.meta.location }}">here</a>.
  11. </h1>
  12. </body>
  13. </html>