Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Website publishes but is not showing up...

Hi there!!! This is my 1st ever post on the apple support communities so be nice xD


Ok...Brace yourself.


I have made my 1st website in iWeb and have tried ALL yesterday to get it to bloody appear on my domain and it is still laughing at me.


I have tried to publish it through iWeb and it does appear on my server like so:


http://gyazo.com/90f389acfa26dc9a18c280505ed322de


But when I visit the website I get this:


http://gyazo.com/db8611d96ff60d8ba97ae01e66950e50


I have also tried exporting the website to a folder and uploading it via filezilla but still get the same problem... I am uploading it to the Public_html directory.


I seriously have not got a clue how all this stuff works and dont fancy paying a guy £500+ to change one filename for me.


It would be great if one of you can help me!!!


Michael

iWeb '08, iOS 6.0.2

Posted on Jan 12, 2013 3:27 AM

Reply
89 replies

Jan 13, 2013 3:27 AM in response to Electricaltradesmen

This is because you have uploaded the contents of the folder in which the site itself is contained, and there is an index.html file which redirects to the Home page (if the domain name alone is entered on any server and an index.html file is present the browser will go to the index.html page).


So http://www.electricaltradesmen.co.uk (please always include the http:// when you post a URL) bounces you on to the actual Home.html page.


This is the coding of the index/html file"


<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= Home.html" /></head><body></body></html>


You need instead to have and index.html file with a frame as I indicated in my earlier post - however as you've now uploaded the contents of the site folder instead of the folder itself the coding is different. So, there are two ways of dealing with this.


1. Clear the site from the server completely and then re-upload the folder with the sitename: then follow my earlier instructions.


2. (which you may prefer), leave the site as it is. Then open TextEdit IN PLAIN TEXT MODE and paste in the following code:


<HTML>

<HEAD>

<TITLE>Electrical Tradesmen</TITLE>

</HEAD>

<FRAMESET COLS="100%" BORDER=0 FRAMEBORDER=0>

<NOFRAMES><BODY>

<meta http-equiv="REFRESH" content="0; URL=Home.html">

</BODY>

</NOFRAMES>

<FRAME SRC="Home.html" NAME="Electrical Tradesmen" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>

</FRAMESET>

</HTML>


Save it as index.html - don't let TextEdit ad .txt on the end. Upload it to the root level of your server, replacing any index.html file which is already there. Note that you may need to re-upload it again after making and uploading changes to the site.

Jan 13, 2013 4:50 AM in response to Electricaltradesmen

I'm sorry,but that video doesn't really help. Now, as you've evidently cleared at least some of the files off the server, let's start again. Please follow these instructions exactly and to the letter.


1. Clear the server completely.


2. Having published to a local folder, upload the contents of the site folder as you did before, so that Home.html and the other pages are at the root level of the server.


3. Open TextEdit. Check that it is in plain text mode - go to the Format menu and if there is an item which says 'Make Plain Text' choose it; if it says 'Make Rich Text' leave it alone.


4. Paste in the following code.


<HTML>

<HEAD>

<TITLE>Electrical Tradesmen</TITLE>

</HEAD>

<FRAMESET COLS="100%" BORDER=0 FRAMEBORDER=0>

<NOFRAMES><BODY>

<meta http-equiv="REFRESH" content="0; URL=Home.html">

</BODY>

</NOFRAMES>

<FRAME SRC="Home.html" NAME="Electrical Tradesmen" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0>

</FRAMESET>

</HTML>


5. Save it as index.html. TextEdit will bring up a dialog box asking if you want to add .txt on the end - click 'use .html'.


6. Upload this file to the root level of the server; you will be asked if you want to replace the existing index.html file - do this.


Keep that index.html file separately because every time you re-publish your site you will then have to upload it again.

Website publishes but is not showing up...

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.