I had a working html version of our intranet and working Zoom Search features as well. I changed this to a PHP site so I could use includes and make editing easier. Doing this, all pages are now .php pages. The Zoom search will no longer work and yes I did try the php radio button. I may be missing a crucial step here, but I can't find the problem.
It looks like it works but the links on the search findings page still show html page links. Also the root directory in the links show 1 directory back too far. (example, the phonelist is located: IP\intranet\misc\phonelist.php, instead of the search displaying misc\phonelist.php it shows intranet\misc\phonelist.htm)
I think that is due to my not stating the proper base url to begin with, but I would still welcome suggestions on that part.
Thanks,
Dan
It looks like it works but the links on the search findings page still show html page links. Also the root directory in the links show 1 directory back too far. (example, the phonelist is located: IP\intranet\misc\phonelist.php, instead of the search displaying misc\phonelist.php it shows intranet\misc\phonelist.htm)
I think that is due to my not stating the proper base url to begin with, but I would still welcome suggestions on that part.
Thanks,
Dan
Comment