PHPSESSID in your URL? Learn to 301 redirect them with PHP
I’m doing some work on a site which has like 4,500 pages indexed with a PHPSESSID in the URL, causing some major duplicate content problems. I got the server admin to disable the PHPSESSID’s by adding the following to the vhost config: [code]php_value session.use_trans_sid 0 php_value session.use_only_cookies 1[/code] I also wanted Google to get a »
Read: "PHPSESSID in your URL? Learn to 301 redirect them with PHP"