Managing more than one site in iWeb

I've just created a new (second) site using iWeb. I want to edit my first website but, when I open iWeb, it opens my new site. How do I now get hold of my first (original) website to edit it?
N.b. My first (original) site is still up and running on the net.
Thanks in advance for help and advice.
Rob

Locate your domain file for your first website - it can be found under User/Library/Application Support/iWeb/domain.sites. Note it is your User Library and not your System library. Double click on this and you will be able to alter your site.
Doesn't matter that it is still on the net - iWeb can't import so you need the domain file.

Similar Messages

  • More than one site with iweb - now my original site forwards to new one

    Could anybody help me please?!!
    Right. I set up a portfolio website using iweb with a domain from ipage, and that was all fine. Then a few months later, I have set up a website for my Mum's artwork with a new domain bought through the same account on ipage - because ipage allows you to have multiple domains.
    Now that I have set up my Mum's site, my own original site just forwards straight to my Mum's. I have checked loads of times that I've entered the right web addresses etc in the bit for the info so that's all correct. I don't know what else to do now. I don't speak the code lingo and am quite basic in my website building knowledge...
    Please if there is anyone who can tell me what to do, I'm guessing there's probably a simple solution to this!!
    Thankyou!!!
    Josephine
    P.S I don't know if my version is iweb '08 but it was the only iweb one to select in 'product' options..

    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.
    As you know MobileMe will be discontinued next June 30th.  With at in mind this might be of some interest to you at this time: Life After MobileMe.
    OT

  • Publish more than one site on mobileMe

    Hi, I am a new user of Mac and I am trying to create two websites using iWeb, one as personal website and the other one for my association.
    I would like to restrict access, using passwords, to different group of users. Can I publish two sites on my mobileMe using two different users'name and password?
    Thank you for your answers

    Welcome to the Apple Discussions. A little bit about iWebSites. I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process and move it to another location on your HD until you're satisfied the separation process is completed and what you want.
    This lets me edit more than one sites and only republish the one I want.
    The URLs for you sites will be: http://web.me.com/yourMMe_accountname/site name
    OT

  • Security warning 'access more than one site..' - URGENT HELP

    Hi All
    (USING: Reader 707 + Reader extension 702 or Acrobat 707 )
    I am having big trouble with this Acrobat/reader security warning:
    Security Warning
    'This document as accessed more than one site and might be trying to share data among different locations. This could be a privacy concern. Are you sure you want to continue?'
    I know it is more an acrobat/Reader issue than designer, but hope that one outthere has ideas.
    Problem:
    We have 4 servers sharing the load for a webservice. I have coded webservice connection in javascript in Designer 7.1 using SOAP.
    The webservice look up data, but i recieve the security warning each time I perform the look up. I have added all sites to Trust Manager, so that is not the problem!
    I think the very problem is that Acrobat/Reader request to a DNS alias, but later recieve response from ONE of the specific servers!
    Acrobat/Reader request webService on:
    http://ck/web/services/FormularWebservice?wsdl;
    Acrobat/Reader recieve answer from (for example: da1650 - one of the 4 servers)
    http://da1650:9081/web/services/FormularWebservice?wsdl;
    So Acrobat/Reader shows the security warning because it suddenly recieve a response from a server that is does not know it has requested against - This is what I think happens!
    Have anyone experinced a similiar situation? any ideas? All comments/ideas/solutions are appreciated. As the warning is very anoying to the user I cannot launch my LC forms so I need a solution...
    Kr.
    ThomasG - Denmark

    just a note:
    WebService URLs are only internal, so cannot be reached!

  • Can I manage more than one iTouch from one PC?

    A family member has an iTouch managed with iTunes on PC. Another family member would like an iTouch but does not have a computer.
    Can one manage more than one iTouch from one PC? How? Does one install separate instances of iTunes somehow on the PC for each device?
    There is also the desire to have separate Apple Store accounts for each device. We don't what synced devices.

    *How to use multiple iPods with one computer*
    The Apple support document How to use multiple iPods with one computer suggests a number of ways. I use method two (Sync with selected playlists) with a slight twist. Rather than regular playlists I set the grouping field to indicate which users should receive which tracks and create smart playlists based on the content of this field.
    e.g.
    "Alice's Tracks" is "Grouping contains Alice" + "Kind contains audio"
    "Bob's Videos" is "Grouping contains Bob" + "Kind does not contain audio"
    Tracks that both Alice & Bob want on their iPods have the grouping set to "Alice/Bob"
    etc.
    I currently manage our family's five iPods using this system, each getting a different selection to suit their tastes and the capacity of their iPod. An advantage of using the grouping field is that it is stored in file tags (for non-wav audio files anyway) so that it is relatively easy to recreate the playlists should the iTunes library get trashed. Also useful if you move files about manually as playlist membership is preserved when you delete & re-import the tracks.
    tt2

  • Opening more than one site at a time

    I hope I'm at the right discussion group. I wouldd like to know how to open more than one site or page at the same time w/o losing one when I go to another site/page, which right now, entails punching in the previous info into iGoogle again, and subsequently losing the previous page/site again, ad infinitum. Sorry for the lack of proper terminology, but English is my new language and I have some problems still yet. thank you

    I found this in "computer Glossary words" --"When you are browsing the Web and you see a highlighted and underlined word or phrase on a page, there is a good chance you are looking at a link. By clicking on a link, you can "jump" to a new Web page or a completely different Web site. While text links are typically blue and underlined, they can be any color and don't have to be underlined. Images can also serve as links to other Web pages. When you move the cursor over a link in a Web page, the arrow will turn into a little hand, letting you know that it is a link. The term "hypertext" comes from the way links can quickly send you to another Web destination."
    I think I can get on now. Thank you for your time

  • Manage more than one news module in the same website

    Hi, I am wondering if it is possible to manage more than one News module in the same website and have them all display different content.
    Like a news module in the News section displaying announcements and a press section module displaying press related news f. e.

    Hello
    Possible: yes
    Recommended: no
    This can certainly be done and Discoverer will not prevent you from having reports that use different business areas as you describe.
    However, for management and security purposes it does not make for ease of use. As you know a user has the ability to share a workbook with another user. If they do this then ALL reports within that workbook are shared. If the receiving user does not have access to one or more of the business areas then some reports will run and some will not. This can be very confusing to an end user and a possible nightmare to administer.
    My recommendation would be to have a workbook per business area and not mix.
    If there is more than one business area per functional area, for example sales and returns, then so long as the users have access to both business areas then you could use a common workbook.
    Personally I would not even do this, so my strongest advice would be to have all reports in a workbook written against the same business area.
    Hope this helps
    Michael

  • Can you host more than one site on one webBasic account?

    Can you host more than one site on one webBasic account?

    Hi,
    Basically not how this was intended for. 
    You'll have the option to have a partner account which you can create various sites within your portal where each site will be under its own plan. 
    Or you'll have an existing account which is designed for one site.  So I would say ideally no but you could add multiple domains to a site account under one plan, but then you'll need to share the same account (meaning one shop, one set of system messages, layout, etc). 
    Those are the options at this stage.
    Hope this helps!
    -Sidney

  • How to manage more than one manager

    Hi!
    I would like to manage more than one manager for every user (organization).
    Can I write more value to manager attribute?
    I use Oracle IDM 11gR2.
    Thanks in advance,
    Attila

    In this case, you might need to create a manager structure based on Roles and create a role for each identified manager and put in it those users whom they manage. OIM only allows for a single manager per user on the user form. There is no default functioanlity to allow for this type of manager structure though, so if you see any checkboxes that limit based on manager, it will not work for this. Also any email notifications that are configured to go to the manager will also not work. You would have to use the APIs to see what role the current user is a member of, and then maybe you can add a custom field to your roles to limit what is returned like "Is Manager Role" and if true, return only those.
    Just a few ideas to get you headed in the right direction.
    -Kevin

  • Can single site have more than one site navigation???? In WPC

    Hi,
    I am new to WPC, my doubt is can a single site contain more than one site navigation ( navigation.wpc) ??
    let me bit more clear....
    I created a site, created navigation nodes, created web pages and then published site navigation, copied the path from navigation.wpc, used that path in a worksets "external connections".
    Up to here every thing is clear and i did what I wanted.
    NOW,
    I want to create a new web page which will be part of above navigation path ( navigation.wpc).
    I create a web page under same site and used that navigation, and when i used this path in new workset, its again showing me previous content added new web page in detailed navigation of portal.
    I want this web page should be part of second level navigation which will not connect to previous one any where.
    at last my question is.... can I have more than one navigation paths under single site?
    Is it possible? if yes, How? give me steps...
    Thanks in Advance...
    PradeeP

    Hi there,
    I had the same problem and I THINK I found a way to fix it, try creating a Site inside another Site, this way:
    1. Create a New site in the "Sites" folder, let's call it "MyMainSite" (Web Content / Sites / MyMainSite).
    2. Open that new site "MyMainSite", there you will find 4 folders, right? Entry Points, Site Content, Site Navigation and Web Pages.
    3. Then click at "New" and choose "Site". Here you're creating a Sub-site inside your MainSite, got it? Name this site as "MySubSite"
    4. You'll find a 5th folder called "MySubSite", open it.
    5. So, you have again the same structure with the 4 folders (Entry Points, Site Content, Site Navigation and Web Pages) and when you create your nodes in the Site Navigation structure you will have a new "navigation.wpc" file, but with a different path.
    Technicly it's not very nice, but it works, right?
    I hope this helps
    Demis Estabridis

  • Managing more than one logical component in SMSY Current System Assignments

    Hi,
    I have a problem with managing logical components in TA SMSY in my Solution Manager System, in the section "System Groups and logical Components". I want to maintain more than one logical System e. g. from Type Application Server ABAP --> SAP NETWEAVER APPLICATION SERV.
    That means e. g. i want to maintain 2 or more Demo Systems from different Servers or Instances of the same Product Version in the same logical Component .
    What I want to know is, is there a way to display these logical components in tne  "Current System Assignments" - View in that form
    Logical Component is e.g. : SAP NETWEAVER APPLICATION SERV
    product/main instance is   : SAP NETWEAVER [Application Server ABAP]
    Product Version | Development System | Demo System | Training System | Production System | ...
    |--|||--
    |
    SAP NW 7.0        |                                         | ZB1: 100           |                               |                                     |
    |--|||--
    |
    SAP NW 7.0        |                                         | ZB2: 800           |                               |                                     | ...
    Thanks beforehand for your help.
    Greets C. Peifer
    Edited by: Carsten Peifer on Dec 15, 2008 4:03 PM

    Thanks for your quick answer,
    but i have to say, that this is not exactly what i've been lookin for.
    What I need in my System Landscape is to have each demosystem as a logical Component from the same type (e.g. SAP NETWEAVER APPLICATION SERVER ABAP).
    So that in Change Management in a Maintenance Optimizer Transaction i can choose between each demo system in my System Landscape (from the type SAP Netweaver Application Server ABAP) that i will maintain in Maintenance Optimizer, e.g. download a new SP Stack.
    My Intention is to create new logical components from type  SAP NETWEAVER APPLICATION SERVER ABAP in my Namespace e.g. ZSAPNW01, ZSAPNW02, ... and to maintain the types of systems (Demo, Development, Training etc ...) for each logical component.
    Is this the only Possibility?
    Or do i can also display my logical components the way i descriped beyond?
    >
    Product Version | Development System | Demo System | Training System | Production System | ...
    |--|||--
    |
    SAP NW 7.0 | | ZB1: 100 | | |
    |--|||--
    |
    SAP NW 7.0 | | ZB2: 800 | | | ...  

  • Nokia messagging: manage more than one account hel...

    I'm testing Nokia messaging for a few days
    I wonder this:
    for now I've set 2 email addresses .. one Alice and one gmail
    To read the mail It's enough for me to check only one of the two accounts (everything is forworded to Alice)
    But when I respond wuold like  to be able to choose from different account
    Is there  the possibilityto have more than one account  (till 10 I know)  but make nokia messaging controls only one?
    I mean: download only the mail from the email account that I choose ... leave the other account active but with no sync in download
    In this way I can download only from one account (faster and no waste of time and space) and be able to answer from different accounts set up in nokia mail site
    thanks

    Yes you can.  If those multiple accounts are for different people, it is usually best for each person to have their own iTunes library in a separate Windows user account.

  • More then one site on iweb?

    Can more then one site be created on iweb - two different websites?
    Thanks, Halley

    Yes, you can. There are many threads on this forum discussing this.
    I have two site running fro my iweb.
    Some have suggested running them under different users on the mac
    Good luck,
    Ben

  • Unable to open more than one site at a time. The + is not working at all.

    A few days ago I suddenly lost the ability to have more than one web page open. The "+" will not open anything.

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Permissions Manager - how to "forget" more than one site at a time

    The Firefox Permissions Manager allow a user to "Forget About This Site" one site at a time -- but that is not a practical way to Forget hundreds or thousands of sites listed in Permissions Manager. Is there a way to select multiple sites to Forget, or to batch-Forget sites, or to Forget all sites?
    Thanks.

    The permissions.sqlite file stores 'allow' and 'block' exceptions for cookies, images, pop-up windows, and extensions (software) installation.
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

Maybe you are looking for

  • Bursting program errors and last info on log file is: Start bursting proces

    Hi, I am new to bursting concepts. I created bursting file for the invoice and invoice program runs and calls the burst program and burst program errors. Can you help? I have set the temp directory as /var/tmp XML/BI Publisher Version : 5.6.3 Request

  • How do I transfer photos from 'iPhoto Library' to external HD?

    Hello everyone.  I have an iPhoto back up question for you all.  I've recently had severe troubles with my 2010 21.5 inch iMac.  After an OSX update, the system suffered all kinds of problems, and I am unable to even open the majority of my apps with

  • Problem to playback 16/9on DVD Player...original export HD to SD 16/9

    Hi, I need some serious help on that one ( need to complete the project for this Friday..) Basically I created an edit on FCP on a timeline with the following settings: -aspect ratio:HDTV 720p (16/9). As it has been shot with a JVC camera(GY-HD111)on

  • External Hard Drive not showing up on my Mac Book Pro

    My WD 1TB hard drive is not showing up anywhere on my computer. It use to simply pop up on my background. 1 minute is was working and I unplugged it then i plugged back in to transfer more data over I forgot about and it wouldn't show up. I've also c

  • InputFile, usesUpload and excel export on Glassfish

    Hello, I am working in an ADF application which is deployed on a Glassfish server. I use jdeveloper 11.1.2.3.0. I have problems with two components : the af:inputFile and the af:exportCollectionActionListener. Cause of af:inputFile I had to change th