Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Last active August 29, 2015 14:11
Show Gist options
  • Save zet-snippets/132c85ae3d09053ac0ac to your computer and use it in GitHub Desktop.
Save zet-snippets/132c85ae3d09053ac0ac to your computer and use it in GitHub Desktop.
Stop search engines from indexing .txt, .log, .xml, .css, .js and .gz files in Apache
<FilesMatch "\.(txt|log|xml|css|js|gz)$">
Header set X-Robots-Tag "noindex"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment