Zoom Search
7.1 build 1002
using PHP
I have a problem in that I can not index ANYTHING beyond the first page of my site.
The program works like it should (I think) when my files are in the root of the website !
After much frustration, thinking I was improperly setting the configuration wrong,
I decided to go simple and;
1st
Create a website www.test.com
add a directory called "search" to upload the results of indexing -- "www.test.com/search"
2nd
I put 5 PDFA files in the root of the www.test.com site.
Select to ONLY index PDF extensions
set start point to www.test.com
Start Indexing,finish and auto-upload to the "search" directory,
executed the "search.php" and complete a text search properly -- (www.test.com/search/search.php)
3rd
I now create a directory called "cnl" -- "www.test.com/cnl/"
I moved the 5 PDFA files from the root to the new directory "cnl"
I change the configuration to start at "www.test.com/cnl/"
The process FAILS with "could not download file "http://test.com/cnl/ (Forbidden)"
4th
I also tried without the trailing slash " www.test.com/cnl " FAILED
I have tried various permissions on the site, the directories, and files, all the way to "777" - no difference
last....
I move the files back to the root and change the start point to the root again and all works..????
SO what am I missing????
Anne
7.1 build 1002
using PHP
I have a problem in that I can not index ANYTHING beyond the first page of my site.
The program works like it should (I think) when my files are in the root of the website !
After much frustration, thinking I was improperly setting the configuration wrong,
I decided to go simple and;
1st
Create a website www.test.com
add a directory called "search" to upload the results of indexing -- "www.test.com/search"
2nd
I put 5 PDFA files in the root of the www.test.com site.
Select to ONLY index PDF extensions
set start point to www.test.com
Start Indexing,finish and auto-upload to the "search" directory,
executed the "search.php" and complete a text search properly -- (www.test.com/search/search.php)
3rd
I now create a directory called "cnl" -- "www.test.com/cnl/"
I moved the 5 PDFA files from the root to the new directory "cnl"
I change the configuration to start at "www.test.com/cnl/"
The process FAILS with "could not download file "http://test.com/cnl/ (Forbidden)"
4th
I also tried without the trailing slash " www.test.com/cnl " FAILED
I have tried various permissions on the site, the directories, and files, all the way to "777" - no difference
last....
I move the files back to the root and change the start point to the root again and all works..????
SO what am I missing????
Anne
Comment