View Single Post
Old 11-27-2003, 01:56 PM   #15
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Please run the following. It may help me determine the problem.
PHP Code:
<?php
$site 
'http://user:pass@www.vdoh.de/';
$robots file($site.'robots.txt');
for (
$i=0$i<count($robots); $i++) {
echo 
$robots[$i].'<br>';
}
?>
What do you get? I get the following when viewing the HTML source:
Code:
User-agent: *
<br>Disallow:<br>
Also, do the username and password that you are using in the URL match those that are in the sites table for this site?
__________________
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