Help with publishing website through ftp

hello,
for some odd reason, i have been having problems updating my website using the ftp server.
i am getting an error message now stating "incorrect password" when attempting to publish onto the ftp server. this has never happened before and i have not changed my password.
any help would be greatly appreciated,
grodr

To do this you need to publish to a local folder...
http://www.iwebformusicians.com/iWeb/Publish-Website.html
... and upload the folder contents to the root folder...
http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

Similar Messages

  • Help with publishing straight to FTP

    Using 3.0.4 on Snow Leopard
    I am trying to upload a site to a root folder of an FTP since it's the main site. When I publish straight to FTP it creates separate folder and that extra folder shows up on the address bar. I want to eliminate that extra folder while still being able to publish straight to FTP. Wondering if anyone could shed some light on that.
    I have to two other sites being hosted on the same FTP. I created that second folder for them that I'm ok with, but I am not able to point the main site to its own folder, so that is why I'm trying to set it up on the root with iWeb. Thanks!

    To do this you need to publish to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and upload the folder contents to the root folder...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • Help with publishing website remotely!

    When I look at my website from dreamweaver preview in Google Chrome, it is exactly how I want it.  Working links, etc.  When I uploaded to the remote server...all columns were gone, layout, background, colors etc.  Please help!!

    Are your FTP credentials properly defined in DW's Site > Manage Sites panels?
    Servers:
    Root directory is the folder your hosting provider told you to use.  On some servers the default root folder is public_html or www or htdocs (this varies by host).  Some don't use any folder.  If unsure which settings to use, contact your hosting provider.
    Nancy  O.

  • Help with publishing website templates and creating a menu please?

    Hello, I’m new to this website and flash so please bear with me.
    I have purchased a website template from istockphoto (example…  http://www.istockphoto.com/file_closeup.php?id=631369 ), which is easy to upload pictures on to, but i have a few questions...
    I have now uploaded my images on to it, but please can you give me some advise on how to publish it on to the Internet?  I have bought my own domain name but I don’t have a clue how to link it to this web template, and I can’t seem to find any specific information.
    Also I want to create a menue with 8 different subject categories, each with a separate image gallery and I don’t know how to link them together and list them in a ‘home page’.
    If you could give me some tips or a link to some information that would be fantastic!
    Thankyou very much in advance! Any help would be very much appreciated as i have been searching for a few days now and i don't understand how it works.
    Donna

    First, after exporting your FLA to SWF, you have to embed it into an html page, then upload both html and swf to your host.

  • I need Help with a website I've created

    I need help with a website I've created (www.jonathanhazelwood.com/lighthouse) I created the folowing site with dreamweaver at my current resolution 1366 by 768. Looks great on my screen resolution but if it is viewed on other resolutions the menu moves and some of the text above and below. How can I keep all content centered and working like it does on 1366 by 768 on all resolutions. The htm to my site is below I started off with a blank template through dreamweaver CS5.
    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>The Lighthouse Church</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        background-color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds all other elements ~~ */
    .container {
        width: 960px;
        background: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position:absolute;
        width:352px;
        height:2992px;
        z-index:1;
        top: 171px;
        left: 507px;
    #apDiv2 {
        position:absolute;
        width:961px;
        height:1399px;
        z-index:1;
        left: 187px;
        top: 1px;
    #apDiv3 {
        position:absolute;
        width:961px;
        height:1001px;
        z-index:1;
        top: -2px;
    #apDiv4 {
        position:absolute;
        width:963px;
        height:58px;
        z-index:1;
        left: 0px;
        top: 101px;
    #apDiv5 {
        position:absolute;
        width:961px;
        height:1505px;
        z-index:1;
        top: -5px;
    #apDiv6 {
        position:absolute;
        width:962px;
        height:150px;
        z-index:1;
        left: 0px;
        top: -1px;
    #apDiv7 {
        position:absolute;
        width:361px;
        height:25px;
        z-index:2;
        left: 35px;
        top: 1308px;
    #apDiv8 {
        position:absolute;
        width:320px;
        height:24px;
        z-index:2;
        left: 200px;
        top: 1479px;
    #apDiv9 {
        position:absolute;
        width:962px;
        height:63px;
        z-index:3;
        left: -10px;
        top: -1292px;
    #apDiv10 {
        position:absolute;
        width:270px;
        height:27px;
        z-index:2;
        left: 200px;
        top: 1478px;
    #apDiv11 {
        position:absolute;
        width:961px;
        height:44px;
        z-index:3;
        left: 195px;
        top: 183px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv12 {
        position:absolute;
        width:295px;
        height:23px;
        z-index:4;
        left: 198px;
        top: 1px;
    #apDiv13 {
        position:absolute;
        width:135px;
        height:22px;
        z-index:5;
        left: 1001px;
        top: 3px;
    #apDiv14 {
        position:absolute;
        width:309px;
        height:992px;
        z-index:1;
        left: 33px;
        top: 479px;
    #apDiv15 {
        position:absolute;
        width:327px;
        height:999px;
        z-index:1;
        left: 324px;
    #apDiv16 {
        position:absolute;
        width:262px;
        height:1000px;
        z-index:2;
        left: 674px;
        top: 477px;
    #apDiv17 {
        position:absolute;
        width:85px;
        height:34px;
        z-index:1;
        left: -379px;
        top: 1001px;
    #apDiv18 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:6;
    #apDiv19 {
        position:absolute;
        width:168px;
        height:31px;
        z-index:3;
        left: 448px;
        top: 1451px;
    #apDiv20 {
        position:absolute;
        width:94px;
        height:33px;
        z-index:3;
        left: 384px;
        top: 1477px;
    body {
        background-color: #000;
        margin-left: 0px;
        margin-right: 0px;
    #apDiv21 {
        position:absolute;
        width:920px;
        height:200px;
        z-index:4;
        left: 19px;
        top: 233px;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="content">
        <div id="apDiv5">
          <div id="apDiv16">
            <div id="apDiv17">
              <map name="Map2" id="Map2">
                <area shape="rect" coords="4,2,77,28" href="http://www.myspace.com/lighthousechurch1" />
              </map>
              <img src="paypal-donate-button.png" width="83" height="33" border="0" usemap="#Map" />
              <map name="Map" id="Map">
                <area shape="rect" coords="2,2,80,30" href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=HgApKd0bxyPQv1ixwBW3HgWXaLxPIiT Po9gSsRELLQp72IZ2-_8uvSmCLRO&dispatch=5885d80a13c0db1f8e263663d3faee8d9384d85353843a619606 282818e091d0" />
              </map>
            </div>
          </div>
          <div id="apDiv21">
            <blockquote>
              <blockquote>
                <blockquote>
                  <blockquote>
                    <blockquote>
                      <blockquote>
                        <p><img src="faithexplosion.png" width="314" height="225" /></p>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </div>
          <div id="apDiv14">
            <div id="apDiv15">
              <div>
                <div>
                  <p> Special Message from Perry Stone </p>
                  <h2> Was Jesus Born on December 25?</h2>
                  <p> 12/20/2010 </p>
                  <p><img alt="iStock_000003631829XSmall" src="http://www.voe.org/images/iStock_000003631829XSmall.jpg" width="300" height="234" /></p>
                  <p>Last   year, in response to the growing number of Christians who celebrate   Hanukkah but hate Christmas, I wrote an article for this website titled   &ldquo;Hanukkah or Christmas?&rdquo; I explained why I think Jesus was either   conceived or birthed on December 25.</p>
                </div>
              </div>
              <div>
                <div><a href="http://www.voe.org/Prophecy-Update/what-happened-to-global-warming.html"> READ MORE</a>
                  <p> Prophecy Update </p>
                  <h2> What Happened to Global Warming?</h2>
                  <p> 12/17/2010 </p>
                  <p> </p>
                </div>
              </div>
              <div>
                <div></div>
              </div>
              <div>
                <div></div>
              </div>
            </div>
            <div>
              <p><font size="2">Special Word</font></p>
              <p><font size="2">January 7th, 2011</font></p>
              <p> <font size="2">Dear Viewers:</font></p>
              <p><font size="2">We have now entered into one of the most trying times; but also one of the most glorious            times in church history.  Many things are coming upon the world and also upon the church and we (the church) must be totally            prepared to take up our cross daily and venture out into the lost and</font></p>
              <p>  <a href="http://sermon.lighthousechurchinc.org/2011/01/07/special-word-1711-evangelist-barbara-lync h.aspx" target="_parent">Click Here for More</a></p>
            </div>
            <p> </p>
            <div></div>
            <div>
            <!--//              weAddFlash("lhi09hdr.swf",800, 100,"true","true","high","showall","true","#ffffff");              //--></div>
            <div></div>
            <p> </p>
          </div>
          <img src="lighthousegraphic2.jpg" width="960" height="1509" />
          <div id="apDiv20"><img src="myspacebutton.jpg" width="89" height="30" border="0" usemap="#Map3" />
            <map name="Map3" id="Map3">
            <area shape="rect" coords="3,2,87,28" href="http://www.myspace.com/lighthousechurch1" />
          </map>
      </div>
        </div>
      <p> </p>
      </div>
    <!-- end .container --></div>
    <div id="apDiv10"><font size="1"><font color="#FFFFFF">Copyright 2011 The Lighthouse Church Inc.</font></font></div>
    <div id="apDiv11">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="#">Home</a>    </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Pastor</a>
          <ul>
            <li><a href="#">Fresh Word</a></li>
            <li><a href="#">Itinerary</a></li>
            <li><a href="#">Prophetic Word</a></li>
            <li><a href="#">Sermons</a></li>
            <li><a href="#">Special Words</a></li>
            <li><a href="#">Word of Month</a></li>
          </ul>
        </li>
        <li><a href="#">Men Ministry</a></li>
        <li><a href="#" class="MenuBarItemSubmenu">Ministers</a>
          <ul>
            <li><a href="#">Chris Gore</a></li>
    </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Church</a>
          <ul>
            <li><a href="#">Contact Us</a></li>
            <li><a href="#">Donate</a></li>
            <li><a href="#">Events</a></li>
            <li><a href="#">Our Store</a></li>
            <li><a href="#">Prayer Request</a></li>
            <li><a href="#">Salvation</a></li>
            <li><a href="#">Subscribe</a></li>
            <li><a href="#">Vision</a></li>
            <li><a href="#">We Believe</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
          <ul>
            <li><a href="#">Prepare for Disaster</a></li>
            <li><a href="#">How to Fast</a></li>
            <li><a href="#">Heaven &amp; Hell</a></li>
            <li><a href="#">Warfare Prayers</a></li>
            <li><a href="#">Wisdom Words</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Prophetic</a>
          <ul>
            <li><a href="#">Article Archive</a></li>
            <li><a href="#">Audio Prophecies</a></li>
            <li><a href="#">Color for Year</a></li>
            <li><a href="#">Major Articles</a></li>
            <li><a href="#">Prophecy Archive</a></li>
            <li><a href="#">Prophetic Articles</a></li>
            <li><a href="#">Word for Year</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <div id="apDiv12"><font size="1"><font color="#FFFFFF">6 South Railroad Ave Wyoming,DE 19934</font></font></div>
    <div id="apDiv13"><font size="1"><font color="#FFFFFF">Phone:(302) 697-1472</font></font></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Look at all the apdiv's you have.  Those are absolutely positioned layers.  I'm assuming by your post that you are very new to Dreamweaver and HTML and CSS.  I would highly recommend not using absolutely positioned layers until you have a better grasp on HTML and CSS.
    Looking at your code I would suggest that you consider using one of Dreamweaver's built in, or downloadable templates as a starting point and work from there. 
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html

  • Help with iWeb 09 and ftp publishing please?

    I'm using iWeb09 and when I publish my website via ftp, the address it publishes to is my web address, followed by / and the name I gave the website on iWeb.  So its not showing on my actual website.  When I go to visit the website via the successfully published screen, the message I get is the requested url is not found on this server.  Any help please?

    Make sure you entered the correct URL in the Publishing Settings page and that you have left the Directory/Path field blank as shown on the first example on this page...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    To remove the sitename from the URL...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Please help with any or all: FTP, HTML, .Mac unpub'ing

    Dear Helpers,
    I too, build my site with iWeb and published to Mac, only to discover that the site was not "built in HTML" so I could not get help with SEO later on. (Then I read a Varrkgirl entry that seems to say that indeed once published, the site does contain HTML code. I am a novice and I don't "see" the code on my published pages..what do I know?) I was told "rebuild your site in HTML", transfer to new host via FTP.
    Sooo, I had someone look at the site, put in the HTML code, and then he gave it to me on a disk which I can load onto my computer. I have been told to publish to a new host, via FTP Cyberduck (I see there's a tutorial for that here too) and unpublish my .Mac one. Don't know what in what order to do this.
    I need help prioritzing tasks please. and to know if there is an easier way perhaps or if this should/could be avoided. Ultimately, I want a site in HTML code on my published site so that I can get some SEO help with later on. When I published to a folder, I do see code but if I simply upload this to another host would that take care of the whole issue? (i.e. dump the disk my person worked on, etc.)
    re: HTML (could I have done this myself with Text Edit? If so, then is there a way to do so at this point, since my site is published to .Mac presently?) If I want to build/change current pages in the future using iWeb I want to know how, and then how to move changes to a new host.
    re: Unpublishing my site at .Mac (when? it would seem like before I use FTP but if for some reason FTP'ing does not work then I am without my site, right?)
    re:my laundry (really out of hand since beginnng this process of totally ignoring one's life for the web..)
    Sincere thanks

    HTML:
    iWeb pages certainly ARE html code. You just don't edit the code in iWeb. If you need to add some code afterwards, try this:
    http://www.varkgirl.com/Varkgirl/Basic%20HTML%20Additions.html
    SEO:
    http://www.varkgirl.com/Varkgirl/Google%20and%20iWeb.html
    Basic iWeb FAQ:
    http://www.varkgirl.com/iWebFAQ

  • Help with Publishing to a File - Photo Albums don't appear

    I published to a file. I tested it and it looks good. I burned the folder to a CD in order to view it on another computer - specifically a PC. My webpages look right, but the photo albums don't appear. I can manually open the folders on the CD and verify that the photo jpg files are there. Any ideas? I am using iWeb 2.0.2.

    Are you transferring the index.html file along with the website folder and double clicking the index file to launch the site in the PC browser?

  • IWeb - Help with Publishing - Please!!!

    Hi all,
    I have designed a website in iWeb and am having severe difficulty in publishing it.
    I have followed some help on YouTube, but each video advises to download DropBox - which I have done, and to simply create a folder on your desktop (which I've done) and to drag it into your Dropbox 'public' folder - a folder that I do not have and happen to read many people not having this famous 'Public' folder.
    Then I am told to choose a location in iWeb in which to locate my website folder and publish to the website.
    I have already purchased my chosen domain name but it just won't publish :-(
    Please, please can I have some help.
    As you'll have already sensed, I am no whiz kid at these things so please speak to me as if I was a 5 year old!...or a 95 year old!
    Cheers in advace,
    Griff

    Make sure you entered the correct URL in the Publishing Settings page and that you have left the Directory/Path field blank as shown on the first example on this page...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    To remove the sitename from the URL...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Need help with publishing -- highlight boxes and recordings

    I'm having a problem with publishing a presentation.  I've recorded audio for PP slides and added highlight boxes.  I've tested these in Edit mode - the recordings work fine and the highlight boxes appear correctly as per their settings.  When I go to publish, some of the recordings and highlight boxes are not working on some of the slides (but work fine on other slides).   Obviously I've missed some setting on these but I cannot figure out what and where.  Could anyone please help??

    Just kidding. Now, the files seem to be uploaded and in the right folder; however, now the page just isn't loading. See what I mean, everything going wrong?!

  • Help with multilingual website

    Hi, I'm sorry if it's already answered, but I'm new here and I couldn't find it.
    I'm making a website for someone and he's asked me for one that you can change the language with the flagsystem. So the original website is in Dutch and you can change the website to English, French and German
    I know, the flags isn't really the good thing to do it with, but hey, he wants it. So, my question is:
    Can anyone give me an example or a link where there's a good to follow tutorial for it? I know the best way is to do it with php, and that the text in different languages are all seperate files so, when needed to be changed, it can be done easily.
    I've found some codes online, but not really one that's explained how to do things good.
    I'm new to php, but I'm willing and eager to learn.
    Thanx

    Google recommends using different URLs for each language.
    http://googlewebmastercentral.blogspot.com/2010/03/working-with-multilingual-websites.html
    French
    http://fr.yourdomain.com/
    German
    http://de.yourdomain.com/
    English
    http://en.yourdomain.com/
    Spanish
    http://sp.yourdomain.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • I need help uploading my website through my ftp

    I believe I have all the settings right... I have a www.justhost.com account, and a flash page up currently. I am trying to upload my site but it wont override that... can someone help? I cant figure out whats going on...

    Hi KBaldwinMusic117,
    You are suposed to enter your directory pad as following: /domains/<enter your domain here>/public_html/
    For example: /domains/KBaldwin.uk/public_html/
    Good luck!
    Michaël Duwyn

  • Issues Publishing Website via FTP

    Hi guys...
    Firstly I'd like to mention that I'm a real noob when it comes to this so please bear with me.
    Basically, I created a website on iWeb for my radio show but when I publish it, it all seems fine but when i go to the actual URL it doesn't show the page, just the Web Company's page displaying the message:
    "This Domain name is registered and parked with Crazy Domains". ..
    I input the correct ftp details and username/password, and I even tried uploading it with FileZilla to no luck... Is there something I'm missing?
    Any help would be greatly appreciated...
    Thanks!
    PS, I should mention that I own the domain name and have bought the web hosting as well via Crazy Domains, not Mobile Me

    You need to forward your domain name to the IP address of your hosting account. As you have registered your domain name with your hosting service their tech support should help you with this or, at least, point you in the right direction.
    When I start a new site, I register the domain name through my hosting company, Host Excellence, create a new root folder in my account and then hook them up with a couple of mouse clicks in the control panel.

  • IWeb not publishing website via FTP after adding music

    Hi all,
    When I drag a piece of music on my iWeb website and try to publish via FTP, I get the "there was an error communicating with FTP server" message. Any ideas? Yes this is my own copyrighted music, not other people's music.

    Try publishing to a local folder and launch the site in your browser by double clicking the index.html file.
    This will tell you if the problem is in iWeb or publishing. See...
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    You could also have a look at some better ways to play your music....
    http://www.iwebformusicians.com/MusicPlayers/Players.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Need help with a website

    I am using adobe Flash CS3 to make a website. All is going well, but there are one problem, I can't find anything about how to make the website to upload into my liking.
    With this I mean that;
    (the scale (size) is 550x400 pix)
    I want the website to show to the one that look at it;
    100 % width (with other words, it don't matter if you have 1920x1200 or 800x600, it is allways 100 %)
    The high is a diffrent story, I want it to not twist itself at all, so the hight is always 100 % to, but with a scroll. So the website is allways the way it "standard"-stage. I have talked to alot ppl, and it is hard to get a good answer, please help.
    PS. There are surely more then 1 solution on this problem, but I want the most simple one. (it don't hurt anyone if you could write down more then one solution)
    //Zorts

    Hi
    1.Go
    Here
    and read about Active Content Update
    2. Within Flash you can use the Publish options to include
    Flash Detection.
    3. See 1
    Hope it helps

Maybe you are looking for