Forum Moderators: open

Message Too Old, No Replies

Dynamic links and Google

Ideas how to go around? Any solutions?

         

Floye

8:39 am on Jan 10, 2005 (gmt 0)



My site generates dynamic links and that is a result of a shopping cart that we are using.I've heard that on Apache servers there is a module "mod_rewrite module" to cut down the number of parameters on dynamic urls.
Could that be a solution for me and many others with the same problem?

picasso

5:08 pm on Jan 10, 2005 (gmt 0)

10+ Year Member



With mod_rewrite you can change urls, i.e. from
www.domain.com/index.html?sessionid=123 to www.domain.com/sessionid123/site.html. This could be more search engine friendly. It is quite nasty to program it when you are not used to regular expressions.