Skip to content

Instantly share code, notes, and snippets.

@alainlankers
Created March 14, 2023 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alainlankers/c1d37affe048eaa0e5c019ba672b74ca to your computer and use it in GitHub Desktop.
Save alainlankers/c1d37affe048eaa0e5c019ba672b74ca to your computer and use it in GitHub Desktop.
404 rickroll
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://www.youtube.com/watch?v=dQw4w9WgXcQ");
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment