Page 1 of 1

Redirect

Posted: Tue Aug 22, 2006 8:37 am
by mite
I define a base URL like: http://www.mysite.com and the index page (index.htm) rediret to another page in the same site (example: home.htm) then webinator dosn't walk... only found two pages http://www.mysite.com and http://www.mysite.com/home.htm.

I try to define a category like http://www.mysite.com/test/* and the index page (index_test.htm) rediret to another page in the same site and in the same subdirectory (example: home_test.htm) and I use a URL File that contain a single string "http://www.mysite.com/test" but webinator have the same problem... found only for pages
http://www.mysite.com
http://www.mysite.com/home.htm
http://www.mysite.com/test
http://www.mysite.com/test/home_test.htm

For redirect the pages a use a JavaScript ("window.location")

I use Webinator 5.1.50 and I set Max Redirects=2

Thanks

Simone

Redirect

Posted: Tue Aug 22, 2006 8:59 am
by John
If http://www.mysite.com/home.htm is in the index then it followed the redirect. Are there links on that page? If you go to List/Edit URLs and check what do you see? Any errors reported?

Redirect

Posted: Tue Aug 22, 2006 9:12 am
by mite
There aren't any errors. In the index page (index.htm) there aren't links only a javascript to redirect to home page (home.htm) where it's possbile to find all links.

Redirect

Posted: Tue Aug 22, 2006 10:07 am
by mite
If I go to List/Edit URLs seem it's all ok. It's possible to see the all pages for the site http://www.mysite.com and the all pages for the subdirectory http://www.mysite.com/test.

Redirect

Posted: Tue Aug 22, 2006 10:10 am
by John
If List/Edit URLs shows all the pages then it sounds as if they were all indexed. If you check the details of the home.htm and then Children does it list all the pages you expect? If you click on one of those links is the content correct?

You can also try crawling with Verbosity set to 4, which should tell you why each link found that was not crawled was not crawled.

Redirect

Posted: Tue Aug 22, 2006 10:40 am
by mite
Sorry I sow the other configuration. When I Edit/List the url "http://www.mysite.com/*" I see also the page "http://www.mysite.com/home.htm" the parent is "http://www.mysite.com" and don't have children
Now I set the Verbosity=4

Redirect

Posted: Tue Aug 22, 2006 2:19 pm
by John
If it doesn't show any Children under http://www.mysite.com/home.htm then it is not seeing the links on that page for some reason. Can you open a ticket and send a copy of the home.htm page?

Redirect

Posted: Wed Aug 23, 2006 10:51 am
by mite
I already open a ticket thanks.