diff --git a/__attachment.php b/__attachment.php deleted file mode 100644 index 66dc5d4..0000000 --- a/__attachment.php +++ /dev/null @@ -1 +0,0 @@ -

salut

\ No newline at end of file diff --git a/attachment.php b/attachment.php new file mode 100644 index 0000000..1be8514 --- /dev/null +++ b/attachment.php @@ -0,0 +1,18 @@ +set_404(); + status_header(404); + get_template_part(404); + exit(); +}