mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-13 01:54:37 -04:00
Merge pull request #5461 from robwent/v5-develop
Blocks search engine crawling and indexing
This commit is contained in:
commit
09e428d160
@ -19,3 +19,8 @@
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
# Blocks Search Engine Indexing
|
||||
Header set X-Robots-Tag "noindex, nofollow"
|
||||
</IfModule>
|
||||
|
@ -1,2 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Disallow: /
|
||||
|
Loading…
x
Reference in New Issue
Block a user