Søgemaskine == PHP configuration ??
Jeg har det her php script som jeg skal have configuraet til brug på www.whitehat.dk/skadamSelve PHP scriptet ligger i mappen www.whitehat.dk/skadam/phpss114a
Men jeg kan ikke få det til at virke, jeg er lidt usikker på hvad jeg skal skrive i nedstårnde.
Full server path to files (include trailing slashes).
If using Window make sure to use double back slashes for server paths.
$document_root= \"c:\\\\html\\\\\";
$document_root = \"/home/user/public_html/\";
Equivilent URL of the above path (DONOT include trailing slashes).
$server_root = \"http://127.0.0.1\";
Full server path to the index file:
$index_file= \"c:\\\\html\\\\search\\\\search_index.dat\";
$index_file= \"/home/user/public_html/search/search_index.dat\";
Full server path to the file list of words not to index.
$nonword_file= \"c:\\\\html\\\\search\\\\nonwords.txt\";
$nonword_file= \"/home/user/public_html/search/nonwords.txt\";