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

Comment out .htaccess header change

This commit is contained in:
Hillel Coren 2017-08-16 17:04:00 +03:00
parent 8b70880243
commit 181974ad84

View File

@ -6,7 +6,7 @@
RewriteEngine On
# Blocks Search Engine Indexing
Header set X-Robots-Tag "noindex, nofollow"
# Header set X-Robots-Tag "noindex, nofollow"
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]