Log in

View Full Version : indexing *.txt files


skunkone
11-08-2004, 02:01 AM
i want to index all txt files in my folders..but it only indexing my *.html files

of course when i try http://localhost/text.txt it works fine

but if i try http://localhost/ only indexing of html files

is it possible to index txt files also?

thx

skunkone
11-08-2004, 06:30 AM
hm i read a lot in this forum but nothing really works
i try on localhost with Apache, PHP , MySQL.. install works fine without problems.. but if i start with indexing http://localhost:8080 i always got this

SITE : http://s09451/
Exclude paths :
- @NONE@
Duplicate of an existing document
1:http://s09451/index.html
(time : 00:00:20)

No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://s09451:8080/index.html
Optimizing tables...
Indexing complete !


what does No link in temporary table means?

skunkone
11-08-2004, 07:03 AM
*update* now it seem to work with *.txt in the same folder

SITE : http://s09451/
Exclude paths :
- @NONE@
1:http://s09451/
(time : 00:00:21)
+ +
level 1...
2:http://s09451/yoyo.txt
(time : 00:00:46)
3:http://s09451/test.doc
(time : 00:00:51)
No link in temporary table

--------------------------------------------------------------------------------

links found : 3
http://s09451:8080/
http://s09451:8080/yoyo.txt
http://s09451:8080/test.doc
Optimizing tables...
Indexing complete !


but the doc converter even dont start..thats in my config

//---------EXTERNAL TOOLS SETUP
// if set to true is_executable used - set to '0' if is_executable is undefined
define('USE_IS_EXECUTABLE_COMMAND','1'); //use is_executable for external binaries

// if set to true, full path to external binary required
define('PHPDIG_INDEX_MSWORD',true);
define('PHPDIG_PARSE_MSWORD','C:\\Programme\\Apache Group\\Apache2\\htdocs\\catdoc\\catdoc.exe');
define('PHPDIG_OPTION_MSWORD','');