My iWeb site won't publish

Figuring I've seen some reasonably nice looking sites published via iWeb, and having all the tools supposedly integrated to incorporate podacasts, movies, etc., AND having been a .Mac/Mobile Me subscriber since 2005, with rather little relative benefit compared to other cloud/hosting services I could have used, I decided to give iWeb and Mobile Me a spin with a real project, something sort of arty. So, fine, I have created a Site, and created decent workflows for a very frequent podcast, and hit the "Publish" button.
And waited.
As typically happens with me, I have added a challenge to this mix, in that I have another domain which I would like hosted via MobileMe, so I looked up the directions for the redirect, and dutifully edited the DNS registry for that domain to get aliasing (CNAME: web.me.com.) to work, which according to everything I can see, has. Two days have now passed, and still no site on either the MobileMe address or the aliased domain.
I believe I have done everything correctly. ANy suggestions as to how I can get my site up and running?
Thanks in advance!

Here's how to have multiple sites in a single MMe account with one or more sites having a domain name.
A. All sites are in the same Domain.sites2 files
1 - only one site can use the CNAME method of domain name forwarding and it must  the top site in the left hand pane of iWeb.
Click to view full size
2 - the other sites must use URL domain name forwarding which directs the domain name to the site's full MMe URL, http://web.me.com/MMe_Username/Site_Name,  or, if there is no domain name, just MobileMe's full URL.
B. Each site is in its own Domain.sites2 file.
Again, only one site can use CNAME forwarding.  This presents a problem since CNAME forwarding directs the domain name to the basic MMe account URL: http://web.me.com/MMe_Username/ which uses an index.html file in the root folder of the account, iDisk/Web/Sites. Each time a new site is published or an existing site uses the File->Publish Entire Site a new index.html file is created in that root directory, iDisk/Web/Sites folder, directing the browser to that particular site.  This file is what the CNAME method uses to find the site it represents.  Therefore some steps must be taken to assure that the index.html file in the MMe Accounts root directory always points to the correct site.  This can be accomplished is three ways.
1 - don't use the CNAME method.  Just use  URL forwarding .  This, IMO, is the simplest method as it doesn't requre any additional effort on the user once the domain name has been set up.
2 - use the following method suggested by Wyodor in this topic: Is it possible to have multiple sites when using ur Domain name?   
In iWeb domainfile 1:
Create a dummy site : _dummy
with a blank page.
Create your working site : Whatever
Add pages
Publish both Sites to the same same location on the same server.
Your _dummy site is now the default Site.
Check.
In iWeb domainfile 2:
Create/Use your CurrentSite.
Move a page to the top of the Site and back. Publish the Site.
iWeb will create a new index.html file in the root of the server and from now on CurrentSite is the default site.
Check.
From now on, never move your Whatever Site to the top of the list in the iWeb sidebar and never change the page in the _dummy site.
Simply do not touch your _dummy ever again. And never forget that.
3 - use Ethmoid's suggested method in Using two sites - setting one up with separate domain? or republishing the entire site that uses  CNAME forwarding.  Just making a minor change and publishing the site changes does not create a new index.html file. 
The entire site must be republsihing in order to get that new site.  
Or keep a copy of the CNAME site's index.html file on your Mac and replace it manually in the iDisk/Web/Sites fodler when necessary.
NOTE:  the CNAME method provides a shorter URL:  http://www.Domain_Name.com/Site_Name/Page_Name.  CNAME does not have masking.
The URL forwarding displays the full MMe URL:   http://web.me.com/MMe_Username/Domain_Name/Page_Name.   With domain name masking that will be shortened to:   http://www.Domain_Name.com for every page of your site.
However, with masking visitors will only be able to bookmark and enter at the first page of the site.  If a page is refreshed the visitor is taken back to the first page.  Also search engines will only be able to index the first page of the site.
OT

Similar Messages

  • Site won't publish.. keeps opening the mobileme system pref pane.

    when i click publish to .mac the mobileme section of the system prefs pops up asking me to sign in (or renew) even when i click "sign in" the site won't publish. i try to publish again, same cycle begins.

    mickod wrote:
    when i click publish to .mac...
    Where in iWeb do you see ".mac"? ...If you've upgraded to the latest iWeb v.2.0.4, everything should read "MobileMe" — not ".mac."
    Is your MobileMe membership still active — or has it expired?

  • IWeb 08 won't publish

    iWeb 08 version 2.0.4
    I was registered with MobileMe and had a MacMail email account, but when Apple decided to end MobileMe and replace with iCloud, my IT person said not to upgrade to iCloud as there could be conflicts with my software.
    I managed to retain my MacMail accounts which are working fine now, and I did follow the instructions for iWeb before the changeover.
    Since the changeover from MobileMe to iCloud, I find that I can no longer publish iWeb, and when I try to access my website on Safari it comes up with 'Service not available'.
    I have been in touch with my IT person and my web hosting company and have spent the last few days trying to get this sorted, all to no avail.
    When I try to publish my iWeb site, a dialog box comes up with 'Publish your website to MobileMe" and then it takes me to iCloud and of course it cannot be published. Does this mean I'll never be able to make any more changes to my website? I could just live with that, or would it be worth considering upgrading to iWeb 09 or is that very painful? I'm very concerned that if I did upgrade to iWeb 09 from 08, that all my pages might change drastically.
    Hope someone can help me please through this very traumatic time.
    Thanks

    Its hardly worth your while upgrading to iWeb V3 since a lot of the features are redundant now that MobileMe has closed...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html
    For less than the cost of an out of date iLife disk with iWeb V3 you can buy a new application that is actually being developed!
    In the meantime, publishing your website to a local folder has the added advantage of allowing you to add tags for SEO ...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html
    ... and optimize your files for faster download...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Optimize.html

  • IWeb Site Won't Authenticate. .htaccess not working.

    Ok... I have searched for a solution and I just can't find one. I am publishing my iWeb site to my sites folder and serving them from my local computer. I am trying to password protect the site. I have enabled the .htaccess in both the httpd.conf and user.conf file. I have set up a .htaccess and .htpasswd file and have them in the main sites folder directory within my user folder. I can't get the site to authenticate. It just goes to the site. I have saved the files through textedit as plain text documents. Here is the .htaccess info.
    AuthUserFile /Users/username/Sites/.htpasswd
    AuthGroupFile /dev/null
    AuthName "Password Protected Area"
    AuthType Basic
    <limit GET POST>
    require valid-user
    </limit>
    Any ideas. I am totally pulling my hair out here. Nothing seems to work. I have searched online and here and just can't find a solution... Thanks in advance for any help or guidance.

    Elden...
    Just wanted to let you know. I fanally got it to work. It was my .htaccess file. I was creating it in text edit and converting the file to plain text and then saving it. I guess this is not a format that it should have been in.
    So I googled about creating a .htaccess file and found instructions on how to use pico in terminal to create a file. And that worked.
    I have read though that I should be able to create .htaccess files in text edit. Do you have any idea what I was doing wrong or how I am supposed to do it correctly in text edit? Just curious for educational sake.
    Thanks again, your help sent me in good directions.

  • IWeb suddenly won't publish

    All of a sudden, when I try to publish my site, .mac tells me to sign in. I type in my password, but nothing happens. Please help!

    I have been having this problem for the past month.
    My iWeb sites are published to Mobile Me. I update them at least once a day. Every week...usually on a weekend, I have experienced the same error described in this thread. The fact that is almost always happens on a weekend is suspicious. The only other time it happened was at 5AM on a Monday morning.
    I have stopped believing that it is somehow related to an error on my computer. I tried deleting preferences in both places (the "ByHost" folder that is inside the user's Preferences folder and the regular iWeb preferences file inside the user's Preferences folder. I can publish to a folder and then drag the files to my iDisk without any problem. In the end, if I wait long enough, the problem seems to go way.
    I can't be sure, but I believe this problem began when I upgraded from Mac OSX 10.5.7 to 10.5.8.
    To the people who have been having this problem, I can only say that I don't think the problem lies with you and your software.

  • IWeb still won't publish. At All. Tired and fed up

    Hi, yesterday I posted a Help note saying that iWeb was refusing to publish my website. I got some advice back from James Tseng (thanks James) saying I should keep trying. Well, I have kept trying - this is a day later - and i still get the message: "An error occurred while publishing file “/Web/Sites/iWeb/Site” when trying to publish.
    It's like buying a new car that refuses to start. Every time I complain to the garage, they say: "Well, try again in a few hours time!". And the worst thing is about the above Apple message is that it gives you no idea what the problem is.
    I have read James' suggestion and read web.mac.com/mark8heaton/iWeb/PublishErrorsHelp/Publish%20Errors%20Help.htm and l have managed to publish to a folder. But I'm not confident about following the other suggestions as I'm not a technical person. I also run my own business and don't have the time to keep trying all these alternatives. I bought what I thought was a professional package - iLife (iWeb) and a year's .Mac subscription; I spent three working days working on the website. Yet nothing works. It just doesn't publish. At all. At any time of day or night (I got up in the middle of the night to try again - but got the same error message again).
    What am I doing with this half-cookedbaked product and service? It's completely unacceptable.
    Answers? Suggestions? Before I go back to the London Apple store and politely request a refund...?
    Thanks
    ADrian
    G4 867 Dual processor Silver   Mac OS X (10.4.8)  

    Hi
    Please don't cry, I'm sure you'll get sorted out - there's plenty of people on this forum that can give you good advice.
    If you only bought subscription to .Mac yesterday are you sure it's up and running? Try logging in to your account on
    http://www.mac.com/WebObjects/Welcome.woa/wa/login?aff=consumer&cty=US&lang=en
    If you can't log in then you'll not be able to publish.
    If you can log in you can get some info about your account by clicking on the little house symbol at the left of the blue header bar ... I'm looking at mine now and the system status window does state that today "Web Services were unavailable for 2 hour(s) to all .Mac Members." Doesn't say between what times though.
    Your iDisk is basically your personal storage space on Apple's Servers (.Mac).
    When you (finally) publish your iWeb site, the uploaded files will go into certain folders on iDisk.
    The iDisk on your desktop is just a copy of the iDisk on .Mac
    The two iDisks synchronise with each other whenever you make changes:
    You can manually make changes and add files to iDisk on your desktop, and it will synchronise with the one on .Mac - you can set it to do this either manually or automatically.
    Hope that all makes sense.

  • Sites won't publish

    I recently upgraded to Leopard, then had my MacBook (2 GHz Intel Core Duo) hard drive crash. After replacing the hard drive, I copied my backed-up iWeb files onto my new hard drive. I decided to update my iWeb site and republish the site. The application seems to publish the site, and gives me the polite little message that the site has been published. The site titles in the left-hand bar turn blue but when I visit the site, none of the changes have been made. If I quit iWeb and restart the application, the sites appear red as if they were never republished. I rebooted the computer, deleted the library iWeb cache and plist, but it doesn't seem to help. Anybody have any ideas?

    No.  You will just need to log into your MobileMe account separately under System Preferences - iCloud and MobileMe should be there.

  • Site won't publish updates to FTP host after initial successful publish

    Hi,
    I am having trouble publishing updates to my site.  The site is live through an FTP Host and worked successfully the first time. However, when I go in to make changes to the site and click 'Publish to FTP Host' 'All Files', those changes don't take affect on the live site.  I have also cleared my cache and am still having the issue.

    What do you have in Host directory? Keep it blank and re-publish. The Host directory (folder) on the host server is where your site files will be uploaded. Some hosting providers require you to upload your site to a specific folder on their server and others advise you to leave this field blank.
    If the above doesn't help either, please reach out to Muse chat support - http://helpx.adobe.com/contact.html?product=muse&topic=signing-in-to-my-account.
    Thanks,
    Vinayak

  • IWeb 08 won't publish my site when "private" - "Publish Error"

    I have created two sites in iWeb. The first is for general viewing, the second (still under construction) is to be restricted by "Make my published site private" username and password. I can publish both sites as "open sites" without problem, but when I try to publish after I check the privacy box for Site 2, I get a "Publish Error" during the publishing process. Any thoughts appreciated.

    Welcome to the discussions. This Apple doc may help:
    MobileMe: Troubleshooting iWeb publishing issues
    And perhaps the "Fix iWeb" section here:
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    If not, MobileMe live chat support is now 24/7 — see this announcement. Other Apple support options are here.

  • Host site won't publish blog entries

    I am fairly new to iweb and have created a site that is hosted outside of iweb. The site was working fine until I added a blog page. It will link to the main blog page, but from there it won't link to the entry pages when I publish it. Anyone know why or how I can fix this? Thanks!

    Please provide your url so someone can see what you are talking about.

  • IWeb still won't publish

    Too bad they tied iPhoto to iWeb, because it just isn't working. It used to be so simple and easy to publish. Now I can't get iweb to work no matter what. I have deleted all the files (iweb)on my dot mac (read that helped someone else around here) I have taken my G5 off the router and gone direct to the broadband hook-up in my house (that helped someone else). No good. iweb hangs every single time. I had published about 5 times since I upgraded a month or two ago. The past week, it will not work.
    Any idea why this is happening? I see other threads on it and suddenly things seem to start working. Is Apple messing and locking off bandwidth or something?

    Mark.... two things always get in the way when publishing. Bandwidth/cpu usage and preference files that are corrupt.
    PREFERENCE FILE CORRUPTION
    First... if iWeb is open, save your changes and quit... then follow this path to Hard disk/users/username/library/application support/iweb/DOMAIN
    When you get to the DOMAIN file, click on it once while holding down the CONTROL key.
    Select SHOW PACKAGE CONTENTS.
    Inside this first folder, or an interior folder you will find a file called "assets.username.plist"
    username in this file will be replaced by your user name on your local computer.
    Drag this file to the trash and throw it away. if you preferences file is not corrupted it will be rewritten when you reopen the application, if it is corrupted, which appears to happen a lot, it prevents you from uploading successfully.
    BANDWIDT/CPU usage.
    I've personally found that using your bandwidth, or someone else in your house using your bandwidth, can cause "time out" issues with an upload. I'm suspecting that it's at Apple's end, and that their server times people out if they don't recieve data in a minute or two. So.... if your spouse or kid is surfing the net, or downloading songs from itms.... then it will cause a publishing error. It's happened to me.
    CPU usage also will cause your computer to slow, especially those of us in the g4 camp. So turn everything else off. Also... go to your system preferences and set your screen saver to NEVER, along with your energy saver settings to NEVER. Both of these didn't play well with iWeb 1.0, and still seem to cause problems with 1.1
    Well, that's it, these two have always worked for me. and I publish a large (1gig) site.
    Jim
    20" Imac 1ghz (lmpstd), Mini, G4 Dual 1.8, G4 400, 12" Powerbook, ibook, eMac   Mac OS X (10.4.5)  

  • Site Won't Publish

    I have been having ongoing problems with iWeb. I thought that I had fixed them, by creating a new account on my computer and shifting my domain to that account and useing iWeb there to pubish and edit my page. I just added a photo album and now when I try to publish, it crashes every time.
    Rusty
    http://web.mac.com/captrustywildrice/

    Many of your page names contain "%20"s, e.g.
    http://web.mac.com/captrustywildrice/iWeb/The%20Capt%20Rusty%20Wild%20Rice%20Hom e%20Page/Home.html
    ...This can cause unpredictable problems; as iWeb's Help viewer states:
    "Browsers convert spaces in site names to "%20." To avoid these symbols, use an underscore, hyphen, or some other character instead of a space. Also avoid non-Roman characters; many get converted to numbers when you publish.
    Other characters aren't recommended for use in website names, including: forward and backward slashes (/ \), brackets ([ ]), tilde (~), exclamation point , question mark (?), "at" sign (@), number sign (#), dollar sign ($), ampersand (&), asterisk (*), colon (:), equal sign (=), comma (,), and double quotation marks ("). Using these characters may result in names with strange numbers in them."
    ...And this applies not just to page names. Some people have had problems caused by having spaces in the file names of their JPEG or PNG photos.

  • Site won't publish with my own url...

    I have a very simple site i'm trying to post, only 1 page with a qt movie. I have a url from go-daddy and i've already gotten the CNAME figured out thru them etc. I set up the domain name as needed thru mobile me (that seemed to take). I hit publish site from iWeb and it seemed to go well, but i go to my published site, and all it says is: This website is temporarily unavailable, please try again later.
    i think it's on the mobile me side and not a go-daddy issue! But, i can't figure out where to go from here?
    Any thoughts? Thanks

    Welcome to the Apple Discussions. How long has it been between you setting up MMe and GoDaddy for the domain name forwarding and trying to access your site with the domain name? It sometimes takes a day or so before it gets ironed out.
    Can you get to your site using the MMe URL: http://web.me.com/MobileMeAccount_Name/SiteName
    What's the URL of your site so we can examine it first hand?
    Happy Holidays

  • IWeb updates won't publish to my mobile me domain. Help!

    Part of my site successfully posted, and several updates successfully posted as well. But recently when I've logged on to the URL independently my site does not show these updates. When I "visit my site" from iWeb, all looks good. Also, at some point I was able to make the site private (password required), but this does not show up when I log on independently.
    Since I have included audio files on my site, I saved them to my desktop -- following the advice of another apple support advisor.  I think they may have saved as a javascript file. Could this be the problem? I've read posts here where people talk about uploading their folders using FTP. What is this, and how can I do this? Please help. I am a teacher, and trying to prepare a website for my classes in September.

    Are you emptying the browser cache before visiting the published website? Either that or add a ? at the end of the URL.
    Dragging a media file onto an iWeb page requires that it load with the web page in the browser and also that the visitor have the QuickTime plugin. Uploading the files via FTP to the server and calling them up with some code allows the webpage to load faster. You can also set the media players to play the files in all browsers and devices.
    Flowplayer, for example, is really easy to implement for both Audio and Video but the media files and the player assets have to be uploaded to the server.
    These folders are uploaded using an FTP (File Transfer Protocal) application...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • IWeb site won't load in Safari

    I just published a site: http://web.me.com/patrickfifth/Epigram/index.html
    It gets about 10% loaded and stops. It happens after I make a change and upload to mobile me. I have gone into mobile me and deleted the entire site and re uploaded and that works but I make constant changes to these sites and shouldn't have to do this.
    Any ideas, is it a bug?
    Thanks, Patrick

    OK, I'll try that. It begs the question though, why not index? That's been the go to name since web began. !?!
    Yes, but iWeb creates its own index.html files independently of whatever the user names his pages, so you could wind up with a conflict. Whether this is causing your issue I don't know, but renaming your top page is worth a try.

Maybe you are looking for

  • Album artwork in iTunes 10.5 and IOS5 is not shown properly

    Hi guys, My question concerns iTunes 10.5's artwork. Here's the thing, I recently upgraded to iTunes 10.5 on my PC (not MAC-) and IOS5 on my iPhone 4. Everything worked fine in the previous versions of the two (iTunes and IOS4.3.5) but now some of th

  • IPod Touch stuck in "Backing Up" while trying to sync

    Hi. I have a 2nd Generation iPod Touch (16GB) with firmware 4.2.1. When I tried syncing it the yesterday, it was stuck in the Backing Up step for a few hours. I tried cancelling, I tried ejecting the iPod through iTunes, and tried shutting down iTune

  • Workbook in role but not on user menu

    Hi All I have a workbook saved under a certain role menu. The workbook apeears fine under the role when using BEx. However, the workbook has disappeared from the User-Menu in SAP-GUI. I have tried to refresh the user menu, change and re-save the work

  • How am I using so much data with iPhone 5?

    Got the iPhone 5 Friday evening and by Tuesday afternoon I went over 5 gb of data usage. That's 5gb in 4 days.  How is this possible?

  • PDFMaker Missing after patching 8.2.6

    After I patched Acrobat 8 Standard from 8.2.5 to 8.2.6, user can not convert document to pdf format.  It had an error "PDFMaker missing...need to repair Acrobat 8"  Repair and doesn't work.  Any suggestion or fix on this?  Thank you in advance.