PDA

View Full Version : Trouble uploading index.html


bcbronz20
07-17-2006, 07:20 PM
Hello,

I'm having trouble uploading index.html

Instead of showing index.htm, I am getting the "under construction" page. I followed the directions from:

http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=100

I deleted, default.html, uploaded index.html to the public_html folder using unlimtedFTP. What am I doing wrong?

Thank you,
Bronson

jay1993223
07-17-2006, 07:30 PM
go to file manger and than unload your index.html and than after u unload click on i think edit and than the code for html will come and you post it on the html...T_T hope that help...

troy
07-17-2006, 07:31 PM
make sure you have index.html and not Index.html
see this post
http://www.bluehostforum.com/showthread.php?t=1482

bcbronz20
07-17-2006, 08:16 PM
Hi,

I checked to make sure it was index.html and not Index.html to no avail.


Weird thing is the page loads... See this:

www.noshoesinthehouse.com/index.html

but www.noshoesinthehouse.com doesn't

Any suggestions?

Thank you,.
Bronson

nine
07-17-2006, 08:19 PM
its the same page on my browser, clear your cache and try again.

jml
07-17-2006, 08:20 PM
Clear your browser cache, the page is fine.

troy
07-17-2006, 08:22 PM
I get the same page when I click the links
under construction

bcbronz20
07-17-2006, 08:25 PM
Ahhhh! Okay, thank you very much... Hopefully that wasn't the problem the whole way through...

aurora
07-18-2006, 11:49 AM
put this in your header above the content of your body.
<meta http-equiv="PRAGMA" content="NO-CACHE">
<meta http-equiv="EXPIRES" content="Mon, 22 Jul 2002 11:12:01 GMT">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">

It will help keep browsers from caching your pages.
It is easiest to just open your page in notepad and then paste it in the headers.

I see your page is done front page. You can also add the metas there.
Choose HTML and paste in the header or
Right click directly on your open page (away from any elements)
choose page properties
choose custom
choose add
for the first item above - the name is PRAGMA value is NO-CACHE
click ok and add the other two items.
the date can be anytime in the past.
it is neessary to have a couple of differnet tags for the different browsers.
This isn't always foolproof but it helps. Some ISPs also cache especially educational servers.