"Steve Josephs" <webmaster.TakeThisOut@finger.anandalucia.com> wrote in message
news:8oi9jv4frvu2vembbbohjvb0nbb63di9f7@4ax.com...
> On Fri, 8 Aug 2003 10:37:16 +0100, "Charles Sweeney"
> <me.TakeThisOut@charlessweeney.com> wrote:
>
> >"Steve Josephs" <webmaster.TakeThisOut@finger.anandalucia.com> wrote in message
> >news:5mp6jvkq3h7nbp5eu299oeu658i254h3jp@4ax.com...
> >> I have a site that badly needs an update. I want to go to a database
> >> driven design (PHP/MySQL) but the site has a pagerank of 4 which I
> >> don't want to jeopardise. I'm thinking of leaving the main index.htm
> >> and adding index.php and waiting to see how the SE's pick up on the
> >> new stuff. Any thoughts on this?
> >
> >Watch out if you are passing a session ID with the URL.
> >
> >Google does not like this:
> >
>
>http://sellyourhouseforfree.com/listing.php?id=1757&PHPSESSID=aa4df8f4303c6
fdbc333638a3d7fabd3
> >
> >So I have discovered!
>
> Would mod_rewrite get round this?
>
Partially.
mod_rewrite will get around the "?id=1757"
it will then become <a style='text-decoration: underline;' href="http://sellyourhouseforfree.com/listing/id/1757/" target="_blank">http://sellyourhouseforfree.com/listing/id/1757/</a>
The remainder of the URL is a session ID. You can pass a cookie to get past
that. The thing about passing the Session ID in the URL is that it doesn't
matter if they accept cookies or not.
My guess is that you can count on the majority of users to accept a site's
cookies. Most people who bitch about cookies really don't like 3rd party
cookies, but accept the cookies for the site they're on.
--
Karl Core
Charles Sweeney says my sig is fine as it is.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Databases and pagerank