The part I am testing is the buddy system I wrote and something weird is going on here. Not the script.. just not found stuff.
right.. the include says this:
<?php include('../members/buddy_system.php'); ?>
The link to the detail file says this:
<a href="http://192.168.1.200/members/buddies.php?recordID=<?php echo $row_RSbuddies['ID']; ?>"><?php echo $row_RSbuddies['name']; ?></a>
and the browser location says this when you click a buddy:
http://192.168.1.200/members/buddies.php?recordID=27
Now all that is correct and right but I get this from the browser.
Quote
Not Found
The requested URL /members/buddies.php was not found on this server.
Apache/2.2.3 (CentOS) Server at 192.168.1.200 Port 80
The requested URL /members/buddies.php was not found on this server.
Apache/2.2.3 (CentOS) Server at 192.168.1.200 Port 80
So I look on the server in /var/www/html/site and the file buddies.php is there?
Anyone know why I am getting this not found message cause me don't.
ta muchly
