mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Remove duplicate .htaccess change
This commit is contained in:
parent
ac269b1ee6
commit
27c1369c90
@ -5,9 +5,6 @@
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Blocks Search Engine Indexing
|
||||
# Header set X-Robots-Tag "noindex, nofollow"
|
||||
|
||||
# Redirect Trailing Slashes...
|
||||
RewriteRule ^(.*)/$ /$1 [L,R=301]
|
||||
|
||||
@ -28,4 +25,4 @@
|
||||
<IfModule mod_headers.c>
|
||||
# Blocks Search Engine Indexing
|
||||
Header set X-Robots-Tag "noindex, nofollow"
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
Loading…
Reference in New Issue
Block a user