Web Hosting Talk







View Full Version : website help!


daudbikes.com
09-05-2005, 03:26 AM
Hi, I'm new to this forum and don't really anything about web site hosting so am hoping someone can help me.

I have a web site which I'm trying to update (daudbikes.com), I've uploaded new pages which I would like to add however nothing is coming up when I type my url to view my web site. I have a utility called cpanel which I used to upload the files (selected icon called file storage then uploaded files in the relevant folders).

The site was initially set up for me by someone else however I can't seem to get intouch with them anymore.

I use namecheap.com service for the URL forwarding (if that means anything to anyone!), can someone please give me some advice?

thnks:confused:

SyrusMX
09-05-2005, 04:14 AM
It appears as though the index.htm in your public_html folder, which would be your frames page, is the same as the index.htm which is at /newwebsite/home/index.htm.

Nadabrahma
09-05-2005, 05:15 AM
Hope the above helped you. Usually, you need to have the index.html page in the folder named public_html for things to work correctly. This may differ in places but seems to be the most common arrangement.

:)

daudbikes.com
09-05-2005, 08:43 AM
thnks for the advice, I'll give it a go.

Basically index.htm in the public folder should contain the frame data (may have overwritten the file by mistake, opps!).

daudbikes.com
09-05-2005, 01:21 PM
hi, i've removed the folder /newwebsite/home/ and have put the correct index.htm file in the public_html folder however the website still comes up as blank, can anyone please suggestion any solutions?

Alternatively can anyone recommend some one who can fix this?

thnks

WebDesignGold
09-05-2005, 05:23 PM
Change this:
<frame src="http://www.daudbikes.com/newwebsite/home/index.htm" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>
with this:
<frame src="test.htm" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>

"test.htm " is the file you want people to view as your home page.
Of course, name it as you want, for instance "main.htm ".

Giangyeutinh
09-06-2005, 03:30 AM
Originally posted by daudbikes.com
hi, i've removed the folder /newwebsite/home/ and have put the correct index.htm file in the public_html folder however the website still comes up as blank, can anyone please suggestion any solutions?

Alternatively can anyone recommend some one who can fix this?

thnks


Whats?:bawling: The answer is good, i tried