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.