Hi,
Google is indexing temporary urls, I follow the following tip but it does not block those urls.
How can I block Plesk temporary urls from being indexed ?
http://webmasters.stackexchange.com...omain?newreg=36db5b42f9c14c87b5dcf850a61a4572
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.)?example\.com$
RewriteRule .* - [E=block:1]
Header set X-Robots-Tag "noindex,nofollow" env=block
Thanks
Google is indexing temporary urls, I follow the following tip but it does not block those urls.
How can I block Plesk temporary urls from being indexed ?
http://webmasters.stackexchange.com...omain?newreg=36db5b42f9c14c87b5dcf850a61a4572
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.)?example\.com$
RewriteRule .* - [E=block:1]
Header set X-Robots-Tag "noindex,nofollow" env=block
Thanks