Dear Experts,
I have a site using PHP script for my affiliate tracking system etc...
Google explicitly says on their site that SessionID's may cause duplicate content and a problem for their bot.
I have search the internet for ways to make the SessionID transparent.
The 2 most common answer is:
1. htaccess
2. PHP script: ini_set('session.use_trans
_ids', true); also tried ini_set('session.use_trans
_ids', false); for what it is worth.
None of the above seems to work.
If I add the php_flag in the htaccess file my site become unavailable, site error displays.
Can someone please tell me what is the correct way of doing this and also a method that is working and universally acceptable.
Thanks!
Start Free Trial