View Single Post
Old 10-05-2003, 09:37 AM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Where is sites.txt located? Line 347 in robot_functions.php is:
PHP Code:
$path $newurl["path"]; 
Could you change that to:
PHP Code:
$path $newurl["path"];
echo 
$path " <--- Path<br><br>"
to see what $path is?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote