All of my web pages have a front end to check and see irf authenticated. If not, they get directed to an authentication page.
In my website "mysite.com", there's an index.htm that redirects to the authentication module.
I've done the indexing of 50 pages during the eval and while the searches bring up the correct page in the list, when I click on the desired result, I end up at the authentication page even though I have already authenticated. That tells me that in zoom's code it references this index.htm page. How can I avoid the redirect fro index.htm? I do not want to authenticate to do a search since it messes with the stats.
In my website "mysite.com", there's an index.htm that redirects to the authentication module.
I've done the indexing of 50 pages during the eval and while the searches bring up the correct page in the list, when I click on the desired result, I end up at the authentication page even though I have already authenticated. That tells me that in zoom's code it references this index.htm page. How can I avoid the redirect fro index.htm? I do not want to authenticate to do a search since it messes with the stats.
Comment