Skip to content

Instantly share code, notes, and snippets.

@palkx
Created February 21, 2021 13:02
Show Gist options
  • Save palkx/fb0d01a11bf8c01dd8b28e4738bb3eb2 to your computer and use it in GitHub Desktop.
Save palkx/fb0d01a11bf8c01dd8b28e4738bb3eb2 to your computer and use it in GitHub Desktop.
Apache 410 redirect.
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)天気/$ error410.php [L,QSA]
<?php header($_SERVER['SERVER_PROTOCOL'].' 410 Gone'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment