View Single Post
Old 07-03-2004, 11:56 PM   #5
sf44
Green Mole
 
Join Date: Jul 2004
Posts: 9
Please look also at the thread 663 - problems with redirection. It is possible to index external domains and redirections.

The problem is, that I am no able to specify its full path in my index administration process, because the site is special - it is like database with no links.

I need to index somethink like this
www.doman.com/?1
www.domain.com/?2
...
www.domain.com/?20000

There is no possibility to index it manually.
But I have built special file with all urls.

As I have found, the problem is in phpdigGetSiteFromUrl function, which is not able to handle special urls.

$pu = parse_url($url);

http.doman.com/?test/test - is not regular url, because there is no regular path and no regular file.

Slavomir.
sf44 is offline   Reply With Quote