www.example.com/cgi-bin/script.pl?page=webpage.html&cart_id=1234.56
which is how the standard readparse function in cgi_lib.pl likes to see it under perl
We like to read string to this form:
www.example.com/cgi-bin/script.pl/page/webpage.html/cart_id/1234.56
My understanding is that google will them be able to spider the dynamic pages in this form.
Before I go ahead an recreate the wheel, has anybody written a script to decipher the modified form, breaking this out in querry string pairs. Basically its a
modified version of the readparse function.
Posting an example of the modified script would save me a bunch of time, and would be appreciated greatly.