1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Remove duplicate .htaccess change

This commit is contained in:
Hillel Coren 2017-08-16 17:18:06 +03:00
parent ac269b1ee6
commit 27c1369c90

View File

@ -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>