I've recently tried to add .asp pages to be indexed by Webinator, but every time I rewalk the database, it gives me the following error:
rewalk Disallowed protocol, visted 0 pages total
It does, though, create a new database everytime, with the name _db, but since no pages were visited it never replaces the old database with the new one, so I have many extra databases which I have deleted.
Here are the commands and steps I went through to create the database and get to this point. First, I wiped the database using the gw -wipe -d- command. It appeared to work fine.
Then I created the database with the following command:
gw -fasp -d- -mOptions.txt http://www.mysite.com
The database was created allowing .asp pages and the pages and directories I excluded in the Options.txt file worked perfectly as did the search.
Then I tried to rewalk the site to ensure it would work correctly so I can use it as a scheduled task to update daily. To do this I used the following command:
gw -d- -rewalk
And, this is where the disallowed protocol error message comes into play.
Before I tried to index .asp pages and was just indexing .html pages, I was having no problems at all and had Webinator running on an NT scheduler as a batch job rewalking my site every night. But, now this is no longer working.
Any help you can provide would be greatly appreciated. Thanks.
rewalk Disallowed protocol, visted 0 pages total
It does, though, create a new database everytime, with the name _db, but since no pages were visited it never replaces the old database with the new one, so I have many extra databases which I have deleted.
Here are the commands and steps I went through to create the database and get to this point. First, I wiped the database using the gw -wipe -d- command. It appeared to work fine.
Then I created the database with the following command:
gw -fasp -d- -mOptions.txt http://www.mysite.com
The database was created allowing .asp pages and the pages and directories I excluded in the Options.txt file worked perfectly as did the search.
Then I tried to rewalk the site to ensure it would work correctly so I can use it as a scheduled task to update daily. To do this I used the following command:
gw -d- -rewalk
And, this is where the disallowed protocol error message comes into play.
Before I tried to index .asp pages and was just indexing .html pages, I was having no problems at all and had Webinator running on an NT scheduler as a batch job rewalking my site every night. But, now this is no longer working.
Any help you can provide would be greatly appreciated. Thanks.