UdmSearch: Webboard: Indexer only indexes the first page (page contains links!)

2000-12-29 Thread Filip Sergeys

Author: Filip Sergeys
Email: [EMAIL PROTECTED]
Message:
PS maybe interesting to know: I can index other websites without any problems (e.g. 
www.skicentral.com).

Reply: 

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Indexer only indexes the first page (page contains links!)

2000-12-29 Thread Filip Sergeys

Author: Filip Sergeys
Email: [EMAIL PROTECTED]
Message:
Indexer only indexes first page

Hi,

SITUATION SUMMARY:
I have build my website (www.com4ski.com) using php with sessionid\'s in the URL using 
MYSQL as the backend database.
The root document is index.html file which redirects to the actual home.php. (I had to 
do that because my hoster takes index.html as the default document to upload when 
requesting www.com4ski.com.) 
BUT I cannot use the regular redirection(refresh) because my hoster asks an extra 
fee for redirection. so I used a javascript to do the trick:





Untitled


function init(){ 
window.location.href=\"http://www.com4ski.com/home.php\"
  }



home



Initialy the  tag was not on this page and the indexer didn\'t proceed to 
the home.php page (I thought because he could not interpret the javascript), so I 
added this tag, thinking that the indexer would follow that link to the home.php page.
UNFORTUNATELY he doesn\'t do it either.

I use the latest windows version of the mnogoSearch, with a local mysql database.


WHAT HAVE I TRIED?

Added \\.php$ to the mimetypes text/html
removed /? in the disallow.
I have an exact copy of the site on my localhost (also with the index.html 
redirection): doesn\'t work either.
Use alias to index all the files in the root directory with file:/ (see config file 
below, they are comment out now)

Here is the confing file:

DBName  com4ski
DBUser  
DBPass  
DBType  MySQL
DBMode  crc

MaxDocSize  1048576

MinWordLength   1
MaxWordLength   32
NumberFactor1
AlNumFactor 1
DeleteNoServer  no
Clones  yes

IspellCorrectFactor 1
IspellIncorrectFactor   1

Disallow/cgi-bin/ \\.cgi /nph 
Disallow\\.b$ \\.sh$ \\.md5$ \\.rpm$
Disallow\\.arj$ \\.tar$ \\.zip$ \\.tgz$ \\.gz$ \\.lha$  \\.lzh$  \\.tar\\.Z$  
\\.rar$  \\.zoo$
Disallow\\.gif$  \\.jpg$  \\.jpeg$ \\.bmp$  \\.tiff$ \\.xpm$ \\.xbm$ 
Disallow\\.vdo$  \\.mpeg$ \\.mpe$  \\.mpg$  \\.avi$  \\.movie$
Disallow\\.mid$  \\.mp3$  \\.rm$   \\.ram$  \\.wav$  \\.aiff$ \\.ra$
Disallow\\.vrml$ \\.wrl$  \\.png$
Disallow\\.exe$  \\.cab$  \\.dll$  \\.bin$  \\.class$
Disallow\\.tex$  \\.texi$ \\.xls$  \\.doc$  \\.texinfo$
Disallow\\.rtf$  \\.pdf$  \\.cdf$  \\.ps$
Disallow\\.ai$   \\.eps$  \\.ppt$  \\.hqx$
Disallow\\.cpt$  \\.bms$  \\.oda$  \\.tcl$
Disallow\\.o$ \\.a$ \\.la$ \\.so$ \\.so\\.[0-9]$ 
Disallow\\.pat$ \\.pm$ \\.m4$ \\.am$
Disallow\\?D=A$ \\?D=A$ \\?D=D$ \\?M=A$ \\?M=D$ \\?N=A$ \\?N=D$ \\?S=A$ \\?S=D$
Disallow/[.]{1,2} /\\%2e /\\%2f
Allow   .*

#Alias  http://localhost file:/c:\\Program Files\\Apache 
Group\\Apache\\htdocs\\com4ski_dev
#Alias  http://localhost file:/c:/Program Files/Apache 
Group/Apache/htdocs/com4ski_dev
#Alias  http://localhost file:/localhost/

AddType text/plain \\.pl$ \\.js$ \\.txt$ \\.h$ \\.c$ \\.pm$ \\.e$
AddType text/html \\.html$ \\.htm$ \\.php$
AddType image/x-xpixmap \\.xpm$
AddType image/x-xbitmap \\.xbm$
AddType image/gif \\.gif$
AddType application/unknown .*

Server  http://localhost/
Server  http://www.com4ski.com/

CONCLUSION

So I hope this is enough information, can anyone please, please help me. If someone 
wants to try to index my site with his confiration and it works can you tell me?

Thank you very much in advance for your answer and a happy new year

Filip Sergeys


Reply: 

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]