Excluding Additional URLs
Submitted by noodles on Thu, 2008-03-13 13:34.AutoSitemap
Hi David,
How can I exclude a url that looks like this:
http://www.mydomain.co.uk/my-page.html?gclid=CNW8-NeWipICFQNCMAoduDDe-g
without excluding the page itself?
Also, I noticed this is in the URL table:
http://www.mydomain.co.uk:2082/frontend/x/stats/lastvistors.html
How can that end up in there, I thought it only included pages that the image appeared on?
Thanks
David
Hi David,
The first part of your question would require a modification to block or permit pages (optionally) based on the query string. This isn't currently supported but i'll look into it for you.
Regarding the URL, you can prevent this from being included by using a more complete $config_baseHREF value in your config.php. By default it uses:
$config_baseHREF = "http://www.";...but if you change it to:
$config_baseHREF = "http://www.mydomain.co.uk/";...then that will prevent page views from your stats package from being included.
Cheers,
David.