2013-10-27

Exclude phpsessionID from indexing.

Originally Posted By: phoenix1977
Hello,
how to exclude for example domain.com/index.php?PHPSESSID=bc8a033
379d8ebd9280d3dda489fbc85 from indexing?

Thanks.
'''Originally Posted By: phoenix1977''' Hello,<br>how to exclude for example domain.com/index.php?PHPSESSID=bc8a033<br>379d8ebd9280d3dda489fbc85 from indexing?<br><br>Thanks.

-- Exclude phpsessionID from indexing
Under Disallowed Sites/Sites with Quotas
you could put something like:
domain.com/index.php?*PHPSESSID=
Under Disallowed Sites/Sites with Quotas<br>you could put something like:<br>domain.com/index.php?*PHPSESSID=

-- Exclude phpsessionID from indexing
Originally Posted By: phoenix1977
Thanks but, how to put the limitation for all domains and not for only e specific domain?
'''Originally Posted By: phoenix1977''' Thanks but, how to put the limitation for all domains and not for only e specific domain?

-- Exclude phpsessionID from indexing
  • 's in the domain are legal too.
    http://*/?*PHPSESSID=
    https://*/?*PHPSESSID=
*'s in the domain are legal too.<br>http://*/?*PHPSESSID=<br>https://*/?*PHPSESSID=
X