set noindex in htaccess

#1
ive tried setting no index in htaccess file but nothing seems to work, even testing with "Header set X-Debug-Check" does not return in header response.

<IfModule mod_headers.c>
RewriteRule .* - [E=X-Robots-Tag:noindex]
</IfModule>


<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex, nofollow"
</IfModule>


<IfModule mod_headers.c>
Header set X-Debug-Check "htaccess is working"
</IfModule>
 
#3
thanks however, As i have installed openlitespeed through digitalocean droplet i dont have access to the dashboard. How can i do this with .htaccess file?
 
Top