"Contribute to Open Source: the right way" is my free and open source book, about... Open Source!
It will help you to improve your skills or how to understand how to start this journey!
It will help you to improve your skills or how to understand how to start this journey!
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.