can you tell me if a crucial search engine like google news would prefer one of the following urls over the other?
i would rather produce the bottom url using apache's RewriteRule, but i'm having some trouble with it.
the top url i'd produced using $PATH_INFO apache's look back function, and if i stick to this url format i would like to know if placing the parameters after the php extension is a bad idea? do you think search engines stop reading after the php extension? i believe they stop reading once they start seeing the query string beginning with the '?' question mark. please correct me if i'm wrong.
i would rather produce the bottom url using apache's RewriteRule, but i'm having some trouble with it.
the top url i'd produced using $PATH_INFO apache's look back function, and if i stick to this url format i would like to know if placing the parameters after the php extension is a bad idea? do you think search engines stop reading after the php extension? i believe they stop reading once they start seeing the query string beginning with the '?' question mark. please correct me if i'm wrong.