Forum Moderators: phranque
I have just uploaded the new site files for a website I have been working on. There's no ASP, PHP or anything fancy, just a bunch of HTM files. I can see them via my FTP program (Terrapin) and to the untrained eye (like mine), everything seems okay.
However, when I typed in the url to see my site 'live', I got that test message. I changed the index to HTML because I was led to believe that this was the problem however, it doesn't seem to matter, I still only get that darned test page and am told that I can now upload files.
I have no access to Apache and only seem to have access to the HTTPDOCS and HTTPSDOCS folders.
What am I doing wrong? How can I stop further hair loss thanks to this, moreover, how can I make it all right and not look like a complete plank in front of my customer?
Yours feverishly biting fingernails
Newwebdesigner
HTTPDOCS and HTTPSDOCS
Welcome aboard, I recognize this default domain structure - your server is probably configured like
domainname/cgi-bin
domainname/httpdocs
domainname/httpsdocs
Does that sound familiar?
Are you uploading your files to httpdocs?
In the httpdocs directory, are there multiple index files, like index.htm, index.html? Make sure there's only one. It should find it anyway, but just to eliminate possibilities.
You may be viewing a cached version - the first time you went to domainname.com, it downloaded the test page and your browser doesn't recognize the file has changed. Try deleting your browser cache and refreshing the page.
The only other thing I can suggest is that when you type in domainname.com, it is not resolving to the same place you are uploading files. Do you have the DNS properly pointing to the host?