"Contribute to Open Source: the right way" is my free and open source book, about... Open Source!
It will help you improve your skills and understand how to start this journey!
It will help you improve your skills and understand how to start this journey!
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.
It is just a note for me to remember this trick:
RewriteCond %{QUERY_STRING} .
RewriteRule .* - [E=MY_SET_HEADER:1] [QSD,R=302,L]
Header set X-Robots-Tag "noindex, nofollow" env=MY_SET_HEADER
It is based on the suggestion here but with a change to support if there is any query string in the URL.
