Hallo zusammen,
Ich muss folgende Variabeln definieren, wie sieht so ein file root pfad auf Unix aus diese Pfade hier sind ja für Windows...
wäre super wenn mir da jemand weiterhelfen könnte bin voll im "Seich"!
// Variables
// Set your username and password. Leave blank if you don't want any protection.
$user = "Mike";
$pass = "Basket";
// The full system path to the files you wish to index. DO NOT include trailing slash.
$file_root = "c:\\";
// The URL equivilent of the above. DO NOT include trailing slash.
$http_root = "http://wp012d1616.sizch.net/";
// The full system path to the index file.
$index_file = "c:\\search3\\search_index.dat";
// The full system path to the file of words to exclude.
$exclude_words = "c:\\search3\\exclude_words.txt";
// The full system path to the file of files to exclude.
$exclude_files = "c:\\search3\\exclude_files.txt";
Ich muss folgende Variabeln definieren, wie sieht so ein file root pfad auf Unix aus diese Pfade hier sind ja für Windows...
wäre super wenn mir da jemand weiterhelfen könnte bin voll im "Seich"!
// Variables
// Set your username and password. Leave blank if you don't want any protection.
$user = "Mike";
$pass = "Basket";
// The full system path to the files you wish to index. DO NOT include trailing slash.
$file_root = "c:\\";
// The URL equivilent of the above. DO NOT include trailing slash.
$http_root = "http://wp012d1616.sizch.net/";
// The full system path to the index file.
$index_file = "c:\\search3\\search_index.dat";
// The full system path to the file of words to exclude.
$exclude_words = "c:\\search3\\exclude_words.txt";
// The full system path to the file of files to exclude.
$exclude_files = "c:\\search3\\exclude_files.txt";
Kommentar