Publishing to .mac - how many domains can i have?

ok.
I have a .mac account.
I have a domain name outside of .mac.
I have used iWeb and have published my pages to .mac.
My domain name, let's call it myname.com, is pointed to my .mac domain.
So instead of going to web.mac.com/myname, it goes to myname.com
Wonderful.
I have used iWeb to easily design my personal webpage.
I can use myname.com and no one has to bother with the big, long hard to remember .mac domain.
Exactly what I wanted.
Now:
I bought 2 more domain names.
One is for my art project.
One is for my writing project.
I want to use the same easy process detailed above:
Use iWeb to design and publish each one to their designated domain names (like one would use a dreamweaver type program)
The Problem:
The .mac account seems to only want to publish to ONE designated domain name.
It seems that .mac only HOSTS ONE with the annual membership.
I don't want to have my personal site, my art project, and my writing project to be linked.
I want them to be THREE TOTALLY SEPARATE WEBSITES with THREE TOTALLY DIFFERENT DOMAIN NAMES. I would like to pay apple to host all three websites. Let's call them:
1) myname.com
2) artsite.com
3) writingsite.com
I've read many posts on this forum and noticed that many people have had this same issue but haven't really had their question answered.
I UPGRADED my membership to a FAMILY PACK thinking this would resolve my issue - I get 4 more accounts with .mac and I can HOST AND PUBLISH up to 4 more totally separate websites by paying the additional $80/year.
I tried this and when I log out of my main mother account that holds myname.com
and i log into my sub-account that holds artsite.com,
it does not seem that I can HOST AND PUBLISH to a BRAND NEW .mac domain.
it seems the family pack does nothing but give you extra email and iDisk storage, etc.
it seems to NOT offer an additional HOSTING AND PUBLISHING feature.
My QUESTION:
Does anyone know if it is possible to have a .mac account OR have a .mac upgraded family pack
that will allow me to host and publish to three totally different unrelated websites?
the iwebsites program only allows you to keep the iweb designs in separate folders - THIS IS NOT MY PROBLEM. I want to use iweb to design my websites (the way one would use dreamweaver, and use my .mac account to host the 3 separate websites).
Is this possible?

You can host only ONE domain at dotMac.
As a matter of fact, iWeb is irrelevant in this matter. You can create your own pages in any HTML editor and dotMac will happily serve them. With or without a domain.
I know that iWeb is irrelevant, however I am choosing to use it to design my webpages and would like to use it to publish to several different domain names that i want to have hosted through .mac
If you bought more domains then follow the advice you quoted.
which advice i quoted?
By +Your hosting company+ is meant the company where you purchased your domains. In your case Network Solutions.
I have forwarding too (at [DynDNS|http://www.dyndns.com>). I forward to any page I want. If a webpage is visible in a browser window you can forward to it. With or without masking.
No where on Network Solutions does it give me the option to use web forwarding or web masking in my account options. Apparently this is because I do not pay for hosting. I only have paid for the domain name.
When you have a family pack you have 5 dotMac accounts. Each can be used to host a domain. At least that's what I understand from the dotMac Help.
I refer to the dotMac forum (again) for further help.
I have posted here as well as you suggested and I have had zero posts or replies, but I do appreciate you noting to do so. Hopefully someone will know!
I would say that Apple should not mention the relation between iWeb and Personal Domain and just say that the Domain points to the /iDisk/Web/Sites folder and that there should at least be an index.html file present.
But then, I'm not marketing the stuff.
True, but I'm not confused about how iWeb relates. I'm only using it because I'm choosing to. I can get dreamweaver but don't really care to install it since iWeb can do what i need.

Similar Messages

  • How many domains can Prime Collaboration Advanced manage with the BE6000?

    The BE6000 Administration guide states that "Most BE6K deployments have a single domain as part of a Standard Prime installation. Multiple domains are available with Prime Collaboration Advanced (available for purchase) that can be used for complex Business Edition 6000 deployments."
    How many domains can Prime Collaboration Advanced manage with the BE6000 solution? How do we order and deploy Prime Collaboration Advanced with the BE6000 solution?

    http://docwiki.cisco.com/wiki/System_Capacity_for_Cisco_Prime_Collaboration_10.0

  • How many administrators can I have in my MAC OS server ?

    I have installed a mac os server and I wonder how many administrators can I have.

    As many as you like. There's no limit. Any user account with admin credentials on the server can administrate the server.

  • How many domains can share a single set of database repository schemas?

    How many domains can share a single set of database repository schemas (created by the RCU)?
    What is the best practice in an environment with many domains/WLS servers/applications and a desire to manage minimum database MW repository schemas?

    Hi,
    You can't share the same repository for multiple domains.
    http://docs.oracle.com/cd/E23943_01/web.1111/e13716/understand_domains.htm#i1102627
    (Please mark question as answered or helpful)
    Arik

  • How many fonts can I have without issues on my Macbook Pro?

    How many fonts can I have without issues on my old Macbook Pro? I am running 10.6.8.
    Thanks,
    dugmoore

    dugmoore --
    Are you having problems?  If so, tell us what they are.
    If you just want tons of fonts, you should have a good font manager, other than the Font Book that comes with your Mac. And you should avoid "free" fonts.  They cause monumental problems.

  • How many tasks can I have in NI-DAQmx system?

    I am working out of the office this week - please send your response to [email protected] as well as my normal email [email protected].
    I am designing a new test platform that will run on C# (because we like object oriented text based programming and because the IDE is free).  For hardware we'll use your PXI modules (because your hardware is ultra-reliable).  I'm starting with the following PXI modules 6259, 4072, 6509, 2575, and 2569, but we made add other modules later as future requirements demand.  I am doing the system software architecture now.  I've done some dabbling with Ni_daqmx, and I loathe "tasks" and "channels", but am determined to make them work.
    The difficulty I'm having revolves around the overhead with setting up tasks and channels and with the concept of tasks and channels.  Help hasn't helped much.  Tasks seem to work great if you intend to always collect the same large amount of data from many sources and always will do it in exactly the same way. 
    We want something much more akin to random access memory.  We'll have UUTs of different kinds coming on and off at random times.  Sometimes a test will need a simple DC voltage, and other times another test will need 2 seconds worth of data at 1MS/s.   It can cost around 150msec to make that change (stop the current task, creat another one, configure anohter channel, start up a new task, blah, blah, task this, channle that - for the life of me I can't understand what this damn taks concept does for me but make matters more complicated and bog down my system).
    I can just barely glean from the help that I can have only one analog input task at once, but I can have sevferal taks of several different kinds running at the same time ( a digital output task and another task for digital input, and another task for analong input, etc.) .  It does seem that I can set realys without having to put them into a channel and a task (Thank goodness for that - I just wanna turn on a relay I have no idea what a relay "channel" might be.)
    In the PXI system I described above I'll have two devices that are analog input devices, the DMM and the Daq.  Even with two devices, can I only have one analog input task running?  Does that mean I've got to waste 150msec just to switch from the DMM to the Daq? (Do you understand my frustration with "tasks"? - I should be able to say "read DMM" and turn around and say "read Daq channel 0" without having to jump thru task and channle hoops and waste a bunch of time doing it).
    I'll also have Daq digital IO and two 6509 digital io modules.  Do I have to cram all of that into some "task" concept too?  The Daq card has got many other kinds of wonderful capability (frequency measurement, counters, analog output).  How many tasks can I have for that stuff?  On the DMM card I can measure capacitance amoung other things.  Will I have a capacitance task?  The idea of a "capacitance task" hurts my head.
    Golly I hate tasks.  Please help.
    I am working out of the office this week - please send your response to [email protected] as well as my normal email [email protected].
    Dave

    Dave,
    Thanks for posting to the NI Forums.
    For the good of the community we like to keep conversations that start of the forums on the forums rather than moving to email.  If you want to move to email support I recommend contacting NI through the email route.
    I will answer your questions here.  If you need more direct contact please feel free to contact us through [email protected].
    For some the concept of tasks may seem daunting, however, for many applications it makes life a lot more simple.  A task at a very fundamental level is simply a collection of channels with a single type (AI, DI, DO, etc.)  and a single timing configuration (sampling rate, continuous vs. finite, etc.).  It is a way to organize configuration data.  
    The concept of a task is an abstraction like OO programming.  Like OO programming it may take some time to understand but can be a time saver in the end.  Also like OO programming it does add some initial programming overhead.  It is much more simple to simply type a printf statement in C than to have to create a bunch of classes just to output text to the screen. You can accomplish the same thing not using OO programming, but in the end OO programming is extremely useful, because it groups useful information and methods together in one place.
    With very simple applications OO programming sometimes does not make sense.  But as a program gets more and more complex OO programming becomes more and more useful.  It takes some learning but it is worth it.
    I believe the concept of a task does the same thing.  It does not change the actual functionality of the device or add excessive overhead.  It is just an abstraction that pulls configuration data about a specific "task" and methods the task can perform into a single logical place.
    Unlike the entirely abstract concept of an Object, a Task is run on a physical device and therefore has physical limitations.  You can create multiple tasks of the same type, but you can only run a one timed task of each type on a single board at a time.  In other words you can have multiple AI tasks running at the same time but they need to run on different boards or only one can be timed (have a rate).  You can also have multiple timed AI tasks configured for a single board but only one can actually be running at a time.
    The reason you can only have a single timed task running at a time is because the M-Series boards (and many other boards as well) have a single timing engine for each type of acquisition or generation.  There is a single timing engine for AI, one for AO, and so forth.  You cannot have channel 1 running at 1 MS/s and another running at 50 kS/s.
    However, tasks can exist even when they are not being actively run.  You can create all the tasks you need at the beginning of your program and simply start and stop them as you need.  After the task is stopped you do not need to clear the task until the end of your program.  You can further increase performance by moving the Task into the latest state possible without actually starting the task.  This can be done by calling myTask.Control(TaskAction.Action).  The Task states are further explained in the NI-DAQmx Help Manual.
    The concept of a  task will need to be used with any device that is being programmed using NI-DAQmx.  The 6259 and 6509 will need to be programmed using DAQmx.  With the 2575 and 2569 you have the choice of either using the NI-DAQmx API or the NI-SWITCH API.  The SWITCH API does not use the concept of tasks.  For the 4072 you will need to use the NI-DMM API.  This API also does not use the concept of tasks.
    Hopefully this information is helpful.  Let me know if you have any additional questions or concerns.
    Regards,
    Neil S.
    Applications Engineer
    National Instruments

  • How many playlists can you have or create

    how many playlists can you have or create

    There is no documented limit. 
    Note that Smart Playlists with Live Updating use extra processing, so if you have more than a few dozen of them you may notice a slowdown.
    Some people think they should create a playlist for each album.  If by any chance that is the reason you are asking the question, you will find it is much easier to get to an album via the column browser.

  • How many libraries can you have in i photo?

    How many libraries can you have in i photo?

    gussie88 wrote:
    Was she satisfied eventually!!! haha If you export and import photos to a new library, do faces -places etc transfer too? Thanks
    Yes, I believe they do.  The places data is associated with GPS coordinates tagged on each photo.  I think the faces data works the same way -- it is associated with each photo regardless of what album it is in.

  • How many tasks can you have in a plan?

    How many tasks can you have in a plan?
    What is the maximum number of tasks I can reasonably expect to have in a newScale service (version 2007)? 
    I have approximately 30 tasks in my service.  When the authorizations are complete, and the tasks are initially scheduled, my server response time (between clicking Approve and seeing the next screen) is about 30 seconds. 
    Does this sound unusual?  Am I trying to do too much with my service?
    Thanks!

    Hi Joe,
    There is no "upper limit" on the number of tasks that you can have in a plan. Having said that, the complexity of a plan -- including conditions and the use of external tasks -- can certainly be a factor in response times.
    Having said this, 30 seconds seems like a long time and I strongly suggest that you open a case with customer care on this item.
    We have alerted them to be looking for a case from you.

  • How many Collections can you have in iBooks?

    How many Collections can you have in iBooks?  I have many and now I'm unable to add more collections.  Is there a way to add more collections/shelves?

    Hi Joe,
    There is no "upper limit" on the number of tasks that you can have in a plan. Having said that, the complexity of a plan -- including conditions and the use of external tasks -- can certainly be a factor in response times.
    Having said this, 30 seconds seems like a long time and I strongly suggest that you open a case with customer care on this item.
    We have alerted them to be looking for a case from you.

  • How many devices can I have connected to one iTunes account?

    How many devices can I have connected to one iTunes account?

    If you mean authorized computers, five.
    If you mean devices associated with iTunes Match or automatic downloads, ten.
    If you mean devices synced with a single iTunes library, there’s no limit.
    (108873)

  • How many emails can I have on my account? Can I have client folders to customize for each client?

    How many emails can I have on my account?
    Can I have client folders for each client to access their own survey/forms?
    Can I customize for each client?
    Do we need multiple subcription accounts for this?

    You need to have one FormsCentral subscription per email.
    At this time FormsCentral doesn't support folders.
    Gen

  • How many lines can you have on a nation wide talk and text plan?

    How many lines can you have on a nation wide talk and text plan?

    A max of five lines is allowed on the Nationwide Talk & Text family plan.

  • How many iPads can i have on one iCloud account?

    how many iPads can i have on one iCloud account?

    Bryan,
    According to iTunes Store: Associating a device or computer to your Apple ID:
    "Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also be authorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days."

  • How many devices can you have on 1 icloud account

    how many devices can you have on 1 icloud accout?

    It's unusual for a whole family to use the same icloud account, since that way everyone gets the same emails, contacts, calenders, etc.  All it takes is one family member to delete a contact by mistake and then it will be deleted from everyone's devices.  Not good.  The usual advice is for every individual to have their own icloud account.
    The iTunes store is another issue - everyone can use the same Apple ID to access the same itunes account to download music, apps, etc. without everyone having to buy the items multiple times.

Maybe you are looking for

  • CUPC 8.6.3/Presence 8.5.2 Incoming call window does not appear

    Updated CUPC client to 8.6.3 on a Windows 7 32-bit workstation.  When a incoming call is placed, the incoming call windows to answer or send to VM is not appearing.  On the Show server health from the Help menu is showing all green.  Is there a setti

  • QT mov files stutter in PPro

    I have several animation files that just came in as QT files for use in PPro 1.5.  They play fine in QT Player,, but stutter when in PPro.  None are larger than 450MB.  I thought QT mov files were compatible with PPro.  What am I missing here?  I tri

  • Close an external Window

    Hi Colleagues, I am facing a problem with close button Here the scenario is i am opening one application from an another application by using "createNonModalExternalWindow". and the opened application there is aclose button. calling the second applic

  • Deploying application on managed server

    Hi All, I am using Weblogic 6.1sp1 on windows 2000. I have 2 servers server name type port myserver - admin server 7001 vijay - managed server 19001 when i start myserver & then vijay(managed server) It starts ok works fine.But if try to deploy appli

  • [HELP] Editing a circular menu

    Hi everyone, flash isn't my area, but maybe someone can help. I have a circular menu that i want to integrate in WebPlus but i don't know how to edit the code on the menu itself because i don't understande AS3 and Flash. When I test the movie and cli