Last active
May 27, 2025 16:15
-
-
Save ianpegg/dc21bdf8a8e9617d476e6f5d4327b315 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ---------------------------------------------------------------------- | |
| # Prevent search engines indexing production site whilst in testing | |
| # ---------------------------------------------------------------------- | |
| # ---------------------------------------------------------------------- | |
| # Remove before launch! | |
| # ---------------------------------------------------------------------- | |
| <IfModule mod_headers.c> | |
| Header set X-Robots-Tag "noindex, nofollow, noarchive" | |
| <FilesMatch "\.(doc|docx|odt|pdf|png|jpe?g|gif)$"> | |
| Header set X-Robots-Tag "noindex, noarchive, nosnippet" | |
| </FilesMatch> | |
| </IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment