Hey all, new here, love the script.
But I'm having problems getting phpdig to index dynamic links.
but the for some reason phpdig doesn't index the whole URI.
One of the links I had phpdig index, was in this formation:
http://www.domain.com/bin/somestuffh.../raw_11709/A/1
but phpdig removed the "11" from "/raw_11709" (which happens to be my ref id)
so the URI was indexed like this:
http://www.domain.com/bin/somestuffhere.cgi/raw_709/A/1
Also, tried to get phpdig to index a link in this formation:
www.domain.com/php?somethinghere&c=morestuff
phpdig indexed the content, but not the whole URI.
instead it indexed the URI as "www.domain.com/php"
One more thing, does anyone know how to get phpdig index content from a link that redirects to another link, but still index under the original URI?
for example: if
www.stuff.com/php?sjhkdjsh
redirects to:
www.stuff.com/coolbeans
I want phpdig to index the content from
www.stuff.com/coolbeans
but associate the content with
www.stuff.com/php?sjhkdjsh
Plz help me