Forbidden You don't have permission to access / on this server.
Apache/1.3.27 Server at xx.xxx.xx.xxx Port 80
I own the server?? Whats wrong??
<
ofSHIZ :mad:
You don't have a default file in your root directory (ie, index.php, index.html). What it's trying to do is give a directory listing of "/" on that server, but Indexing in Apache is turned off (This is for greater security). You'll need to upload your default file (Whatever is set in DirectoryIndex in httpd.conf, probably index.html and index.php) to be able to view it using the root directory (http://www.yourserver.com/).