Forum Moderators: open
He's got a solution that will replace the "?" and "&" sybmols with / but has been unable to replace the "=".
So, we have dynamic URLs such as:
http://www.example.com/dynamic.asp?query1=abc&query2=def
written as
http://www.example.com/dynamic.asp/query1=abc/query2=def
So, I'm wondering whether this is enough to make a URL look static for the purposes of improving spiderability, or are the "=" signs still too much of a give away?
[15seconds.com...]
(These is the best solutions with out reconfigure the server only for the aspx extension)
there are some commercial components here is alist
[iisrewrite.com...]
[smalig.com...]
[opcode.co.uk...]
[isapirewrite.com...]
[blunck.info...]
For the site in question, the URLs are not getting indexed, IMO as a result of the complexity. (There are no session IDs, or anything that looks like them in use)
So, here we go again...
is there a potential problem using = signs in an otherwise static-looking URL?