Creating multiple web site

I create and set up multiple web site for companies. they are hosted on 3rd party sites but i want to control them in iWeb. How can I do that without it replacing the first site i did on iweb

Thank you! Can you tell me if I understand:
iweb 09 doesn't actually require you to split domain files, but it is generally recommended and there are a couple ways to do so.....your preference is to start new each time. Would you, in my case, start a new one for each of my already created sites and then copy the pages into the appropriate site domain file. (there are only 3-4 pages/site) and then delete the original mess? and where do I find this original? I think I saw somewhere where it sits....will go look for that article.
mobileme does not support cname more than once. So, I have one site sitting at dreamhost. No problem. I have another public site I will have to host on mobile me so I'll direct cname here. And then the third site I'll be hosting elsewhere so the cname issue will not matter as things stand. However, any future public sites will need to be hosted elsewhere if I want them to have personal domain names not masked/forwarded, etc. But, if I make a family type site that I don't mind having all that me.com/gobbledygook address to hand off to the grandparents I could do that.
And then I am grateful for your step by step and specific recommendations for the google/optimizing part. I have seen all that stuff but have had trouble figuring what comes first, next, etc. And what services are best to use.
I have pictures scattered on my sites (not the photo templates) do I need to use yummy ftp to somehow manage these on the host site? This is not a piece I really understand. Do they not transfer with my iweb design?
And one site has two short video clips. You don't use quicktime. Can you point me to the resource to do this another way?
Again, I am really thankful for the help.

Similar Messages

  • Creating multiple web sites for separate domain names

    Is it possible to create a different web site using a different web address in IWeb 06? A friend asked me to make a web site for them....can/how do I publish it to a different address?
    Thanks for the help!

    Welcome to the Apple Discussions. The best way is to have a separate domain name for each site you want to manage. When you publish the sites each will have a separate URL. It will be:
    http://web.mac.com/your .Mac account name/the site folder name/index.html
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    This lets me edit several sites and only republish the one I want.
    OT

  • Multiple Web Sites on OS X Mavericks Server

    I want to run multiple test web sites off my home Mac OS X Mavericks Server 10.9 can someone point me to a good "How to" on the specific of how to use the Server application to create and operate multiple web sites of a single Mavericks Server?
    Example
    MyServer.inno.com          10.0.2.5
    Basic web is up and running....
    I want to host four other web sites off the same machine for testing purposes how do I do that?
    MyServer.inno.com          10.0.2.5
    MyServer.web1.com          10.0.2.5
    MyServer.web2.com          10.0.2.5
    MyServer.web3.com          10.0.2.5
    MyServer.web4.com          10.0.2.5
    so if I go to the server and load
         MyServer.web1.com          10.0.2.5
    it load a different web server.
    My thought is to use virtual host how does Apple / Community recommend I set this up...
    T.

    Please do not squat in the "home.com" domain.  If you're going to use a bogus domain, please use a bogus to-level domain such as server.home.jarvis — .jarvis is not currently a valid top-level domain, though that might change with the way ICANN has been bringing many new top-levels online, so a real registration is safer here.
    Peter Jarvis wrote:
    Assumptions:
         1. The Server is not intended to be publicly accessable from the Internet
    How will it be accessed?  Entirely privately?  No external access?  OK.
         2. Private Network - 10.0.1.X
    I'd probably pick something a little further into 10, such as 10.8 or 10.10, or 10.20.1.x — if you're ever using a VPN, it's best to use a weirder subnet, and I've worked with several folks that have 10.0.1.0/24 subnets.
         3. DHCP Reservation for the Mac Server - 10.0.1.2.
    I usually prefer keep the server and the other fixed-address hosts outside the DHCP pool.
         4. Server Domain name MacServer.home.com
    Are you the registrant for the home.com domain?  (I'd tend to doubt that, and would therefore suggest use of a real and registered domain or subdomain that you have permission to use or (less desirably) use a bogus top-level domain.)
         5. Example Web Site http:www.rouxacademy.com to also run off the same server...
    Is that going to be public?
    Prequisites:
         1. Static Server IP Address / DHCP Reserved IP Address against MAC Address
         2. DNS Service Configured and Running
         3. Web Service Configured and Running
         4. Example Web Site http:www.rouxacademy.com
         5. You have a basic website (with mysql) files available
                   Directory roux_academy (Contains Basic Web SIte files etc)
    OK.
    Steps:
         1. Static Server IP Address / DHCP Reserved IP Address against MAC Address
    The Airport Airport allows you to Reserve and IP address against a MAC (Media Access Control) physicall address of Server Ethernet Card. You can do this or have the Airport allocated DHCP address from 10.0.1.50 and above and statically allocate the server address of the machine.
    I'd leave the server out of the address pool.  So long as the pool and all static IP hosts are in the same block (usually a 255.255.255.0 or /24 subnet) it'll all work, and you won't need to entangle the OS X Server with the DHCP server.
         2. DNS Service Configured and Running
    Install Mavricks, install OS X Server application, launch server app...
    Go to DNS tab, define a new host name MacServer.home.com and associate with 10.0.1.2 IP Addresss
    Start DNS Service...
    Note: DO not publish DNS service via airport to Internet...
    Other than not squatting in that domain, yes.  There's no reason to open TCP or UDP port 53 inbound.
         3. Web Service Configured and Running
    Go to Web Sites tab...
    Click + and create new web site entry
    Domain Name:                http:www.rouxacademy.com
    IP Address:                     Any
    SSL:                               None
    Store Files in:                /Volumes/dev/Library/Server/Web/Data/Sites/roux_academy
    Who can access:          Anyone # I would restrict to a single user
    Additional Domains:     rouxacademy.com
    no http: prefix there, but yes.
    If you're not exposing the server to the 'net (as mentioned above) there's probably no need to restrict.  If you do need to restrict, you'll need to edit configuration files for Apache, or some other technique — maybe a VPN, if you're allowing (controlled, VPN-based) inbound access into your network.
    Start Web Service...
         4. Back to DNS
    Add host name....
    www.rouxacademy.com / 10.0.1.2
    # Do not create an MX record or publish DNS via airport...
    AirPort does not know from MX records, and does not provide DNS services.  AirPort will know about your local DNS server, since you are apparently using the AirPort for DHCP.
    You can also add the DNS translation during step 2; Apache and DNS are not tightly linked here.
    Launch Safari and type
         www.rouxacademy.com          - should launch web site...
         rouxacademy.com                   - should launch web site
    Caveat: the Real rouxacademy.com will not be accesable from the server or local machines on 10.0.1.X network...
    Ah, so there's a key detail — you're playing games and mimicking a real web site?  OK.
    The rouxacademy.com web site will be accessible from the server, as that'll (also) have the DNS translation (and remember the basis for virtual hosting is the client — the server in this case — has a translation for the host — the rouxacademy.com or www.rouxacademy.com domain in this case — and passes that string over the HTTP or HTTPS connection to the web server.   If you really want to keep the server from accessing this web site, then you'll have to push the local translation of that domain into the hosts file, or to a separate DNS server. 
    I'd try to avoid this configuration though, particularly as your references to MX earlier implies that this domain might be more active than just the web services discussed here — trying to run split-horizon DNS means you'll get what's internal and external somewhat tangled, and you'll have to keep mail — for instance — aimed outside and web services aimed internally.  This is possible for many cases, but gets tricky.
    Best to test the web site with a different domain name, and to use /-relative notation for accessing the files, or using the web content management system's configuration settings to control the "published" name of the site.

  • Multiple Web Site Deployments

    <p>I have multiple web projects that use the Crystal Reports .NET Runtime.  These web sites are getting deployed to the same machine.  I had hoped to create a generic installer for the Crystal .NET Runtimes for CR XI R2 so that I did not need to imbed the runtimes in each of my installer packages.   </p><p> Has anyone tried this?  Is it possible?  So far I have not had success, the projects I am deploying using the separate CR XI R2 runtime installer do not work (charts/images show up as a red "x").  I have tried all of the troubleshooting guidelines for resolving the Red "X" issue without success.  I am, therefore, back to my suspicion that I cannot deploy my web projects this way and I must imbed the crystal installer in each one.</p><p>Any ideas or input would be greatly appreciated!</p><p>Nicole</p>

    If you create separate web sites then you can resolve the problem by manually creating the crystalreportviewers115 folder under each web site âu20AC¦ the installer creates this folder automatically only under the default web site.
    The problem is that the WebForm viewer uses an absolute URL in form /crystalreportviewers115/images/toolbar/first.gif and /crystalreportviewers115 doesnâu20AC(tm)t exist under any other web site but the default one.
    Rob Horne
    Rob's blog - http://diamond.businessobjects.com/blog/10</p>

  • Hosting multiple web sites.

    Dear members:
    I am considering OS X Server for a personal project and would like some advice to help me decided what route to take.
    My computer will soon be turned into a server hosting my web sites and some other services at my home office. I am thinking about OS X Server as I have done some research and found OS X to require quite a bit of work so that it can do virtual hosting.
    How simple is it to configure virtual hosting in OS X Server ? I am considering the latest Leopard version in case it matters. I am not experienced and wish to employ an application that will simplify this process.
    Any help will be very appreciated.
    Thank you,
    Joseph Chamberlain

    Joseph:
    Although I wouldn't touch any Web-server software other than Mac OS X Server, I should warn you that Apple occasionally favors "pretty" over "practical." I've used PCs and Macs since the Mac Plus was hot, and I've used OS X Server 10.3, 10.4, and now 10.5.3. The last is really excellent, with a gorgeous/powerful Server Admin user-interface, many supporting tools, and thousands of hardball features, but like many Apple "industrial-strength" software products, Mac OS X Server still contains a very few really BAD bugs -- or "oversights" if you prefer.
    Before taking the plunge (maybe you already did?), read up on troubleshooting OSX Server's Postfix-based mail service. Even the 10.5.3 upgrade can turn "easy setup" into major frustration; you can do everything by the book and still have weird mail-server glitches. Don't even get me started on documentation for and "centralized" management of Open Directory, Kerberos, etc. I will be migrating to SSL mail security to avoid the user-directory thrash.
    When trying to make OSX Server 10.5.3 (a clean install) host *multiple top-level Web domains under a single IP number*, Apple documentation online and on disc didn't offer enough setup detail and virtually NO troubleshooting. Google.com can find what's missing. This archived earlier forum thread saved my bacon....
    Topic : "multiple web sites"
    http://discussions.apple.com/thread.jspa?threadID=682507
    In a nutshell: a multiple-website installation of OSX Server requires careful interaction between the domain-name, IP#, port#, and aliases for each site. When I created my several sites. I relied on the default installation (and Apple instructions) which leaves a wildcard "*" asterisk in each site's Web>Sites>Aliases>WebServerAliases field (in Server Admin). No matter how I diddled with each site's domain-name, IP#, and port# (to create unique combinations), I couldn't force the individual domains to get served independently (despite their shared static IP#) until I DELETED the wildcard WebServerAliases for all the sites. Poof, now it works fine.
    Part of the problem is that Apple still publishes documentation on its legendary *drool-proof paper* ("do not expose your LaserWriter to open flame").

  • Created a web site in iweb, i have a domain through godaddy, what resource can I use as host?

    Created a web site in iweb. I have a domain name through GoDaddy, What resource should I use to make site public?

    I would agree that it helps the newcomer to FTP to have a hosting service whose tech support understand the unique structure of iWeb created sites. I have lost count of the number of users who have asked me to sort out problems created by tech support employed by numerous hosting services - including the mighty GoDaddy.
    A lot of tech support people don't seem to bother to look at the form and function of the iWeb index.html files and advise users that they have to rename their home page to "index". While this holds true for most websites, it certainly doesn't apply to iWeb.
    Its not "simply the html and css files". How many users come unstuck when they forget about the feed.xml?
    People who hand out advice in this forum about uploading files via "Cyberduck" tend to miss out the part about the importance of maintaining the site structure by uploading the whole folder created by iWeb plus the external index.html.
    They also may not have been around back when I first announced that I uploaded the contents of the iWeb folder to get rid of the site name in the URL. I was shot down in flames by the iWeb "experts" and told that this was impossible - even although I was obviously doing it!
    Although this method of uploading the files has become accepted practice in the iWeb community I wouldn't recommend it to those who are new to FTP unless they have help from a tech support person who actually understands the problems involved and can point out the downside. Those who claim that it is "simple" and "easy" have obviously forgotten the first time that they tried it!
    A lot of the people who come to this forum for help with FTP end up in a complete mess due to the conflicting and inadequate advice they get due to the fact that the "adviser" hasn't a clue about the hosting account structure and can't view the actual files. In many cases, I have had to go into the users hosting account and sort out the mess created by bad advice and ignorance. This should really be done by the hosting service's tech support but, in many cases, they helped create the problem in the first place.
    The mere fact that an iWeb user has to come to this forum for help with FTP seems to suggest that their hosting service has inferior tech support.

  • VS Exp 2013: Unable to create the Web site ... The components for communicating with FTP servers are not installed.

    I have MS Visual Studio Express 2013 It has worked fine for many months and then suddenly (I have made no configuration changes or added new programs) when I try to publish I am getting the message:
    Unable to create the Web site 'ftp://ftp.xx.xx/xxx.org.uk/www/htdocs'. The components for communicating with FTP servers are not installed.
    (I have replaced actual name with x's).
    I had a similar problem some months ago and found that saving all files, closing VS 2013 and re-starting the program fixed the problem. This time it has not.
    I am at a loss to know how to take this forwards. I do not use IIS.
    Any help would be appreciated.
    Michael.

    Hi Michael,
    For web site development, so you use the VS2013 express for web, am I right? We have to make sure that it is not the VS version issue.
    As you said that it worked well before, did you install other add-ins or tools in your VS IDE like
    Xamarin or others?
    Maybe you could disable or remove all add-ins in your VS IDE, test it again.
    please also install the VS2013 update 4 in your side.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Started creating a web site using iWeb, signed up for MobileMe trial, now iWeb won't work?

    So I started playing around with iWeb and created a web site for my portfolio. I then signed up for a trial of the MobileMe. After I went through the whole setup process for MobileMe...setting up on my iPod Touch, then on my iMac, then syncing all the apps...I back to iWeb to publish my web site to my newly created MobileMe account. Only iWeb was unresponsive. I tried to restart the application. I get as far as the welcome screen with the "Getting Started Video", but there is no iWeb window open behind that. I tried to restart my machine...nothing!
    Now I have this MobileMe trial that is ticking away and I can't even use it. Please help, thanks.
    grafxboy.mac

    Update. After a conversation with Marlon at Apple Support, we have it resolved. As soon as I mentioned that iWeb would launch properly on other profiles, we figured out that it has to be a preference problem. I should have known better, its one of the first things to check. But, I've been away from macs for a little bit, so I'm a little rusty in the troubleshooting dept.
    To trash iWeb preferences:
    1) Quit iWeb
    2) Navigate to:
    User Directory --> Library --> Preferences  --> com.apple.iWeb.plist
    3) Take this file and drag it to your desktop
    4) Relaunch iWeb
    5) If everything works as it should, you can take the preference file you dragged to your desktop and move it to      the recycle bin.
    Somewhere in the MobileMe registration and setup process the preferences for iWeb froze up. Trashing the iWeb preferences fixed the problem.
    If I come across any issues posting site to MM or posting site updates to MM I will update this thread.

  • Configuring multiple web sites in a single OC4J instance with 10g OEM

    Hi There,
    there doesn't seem to be a way of configuring multiple web sites within a single OC4J instance using the 10g Enterprise Manager Website, so can i assume that there's some performance related issues with doing this, or is it just a case of if you want multiple web sites, configure it manually?
    We currently use 9iAS release 1 (which has been configured to use multiple web sites - with normally 1 j2ee app in each website - in a single OC4J clustered instance, using mod_proxy to forward the http requests onto oc4j), but we are looking to migrate to 10g very soon...
    The initial configuration was done by an external company, so i'm not entirely sure of the reasons why it was chosen (perhaps so that if there was a problem with a single website, it wouldn't impact all our applications)..
    Does anybody else currently use multiple *-web-site.xml's in a 9iAS release 2 or 10g in a production environment, and if so did you encounter any problems with the OEM website (assuming you configured them manually)?
    Thanks in advance,
    Andy

    Hello,
    Something like this:
    New-OWAVirtualDirectory -WebSiteName "FBA"
    Enable the Basic authentication via running the following command:
    Set-OWAVirtualDirectory -Identity "yourservername\owa (FBA)" -BasicAuthentication $true
    Restart the IIS admin service in services.msc
    Thanks,
    Simon Wu
    TechNet Community Support

  • Is it possible to add and view your key words when creating a web site from Lightroom 4?

    Is it possible to add and view your key words when creating a web site from Lightroom 4?

    Hi,
    I had the same problem with
    "java.lang.NullPointerException at com.sap.tc.webdynpro.clientimpl.html.uielib.standard.uradapter.ViewContainerUIElementAdapter.getContent(ViewContainerUIElementAdapter.java:98)"
    when I included ViewUsages dynamically in an action handler (outside wdDoInit()).
    The code below fixed that problem.
    This code creates a new OutboundPlug for the embedding view with the embedded view as target and fires the plug.
    <i>// Create OutboundPlug
    IWDOutboundPlugInfo outboundPlug = embedderViewInfo.createOutboundPlug();
    //Create navigation link
    rootViewUsage.createNavigationTarget(outboundPlug.getName(), interfaceViewUsage, "Default");
    // fire navigation link
    wdThis.wdGetAPI().firePlug(outboundPlug, Collections.EMPTY_MAP);
    </i>
    I hope I could help you. Probably you don't need the information anymore, but perhaps anybody else has the same problem.
    Regards, Alex

  • Hosting multiple web sites usinf personal web sharing

    would someone be kind enough to give me a guide to hosting MULTIPLE web sites on a Mac Mini
    i have broadband connected to my router
    my mac connects to my router with an ip address of 192.168.1.150
    I have registered the domain names and want to forward them to the computer hosting the web sites
    how can I get each domain name to point to each different web site on my computer

    This is a topic you should post to an Apache discussion group being as though Apple's personal web sharing software is Apache.

  • Single SSL Web Listener for hosting multiple web sites

    Hi All,
    We are currently hosting multiple websites with Single HTTP Web Listener .. As of now it's everything is working fine..
    Now we have planned to have SSL for the hosted sites 
    Each hosting site will have different SSL Certificates and  i am little confused to use Single SSL Web Listener to host multiple web Sites...
    Can any one guide me to use Singel SSL Listener for using all hosted sites..
    We are having TMG on DMZ Network on Single Nic..
    KJSUBBU

    Hi,
    it is no problem to host multiple SSL websites with only one IP address / certificate on the TMG Server. Only the authentication options for the published websites must be unique, because you cannot use multiple authentication options in one Listener
    TMG Server uses HTTPS to HTTPS bridging, so you can use Host header and more to distinguish between the different internal websites:
    http://technet.microsoft.com/en-us/library/cc995178.aspx
    Regarding the SSL certificate on the internal webservers. TMG must trust the issuing certificate authority which issued certificates for these websites and the name you used to connect from the TMG Server to the internal webserver must part of the CN (Common
    Name) or SAN (Subject Alternate Name) on the certificates of the webservers
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • I don't know why but  I create a WEB site and my friends who use a pc windows, have a lot of trouble when they open my movies.  The other friends who use Apple, they don't have problem.  I have iMovie11 and my extension file is .m4v.  Is it because the ex

    I don’t know why but  I create a WEB site and my friends who use a pc windows, have a lot of trouble when they open my movies.  The other friends who use Apple, they don’t have problem.  I have iMovie11 and my extension file is .m4v.  Is it because the extension .m4v is bad for windows ?

    No web site expert here but I would suggest changing the .m4v to .mp4 and ask one of those friends if they still have problems.  .m4v is something I always associate with iTunes and don't really see it used elsewhere.

  • Viewing multiple web sites with iwebsites

    Hi
    I have now downloaded iwebsites, looks fine - thank you. I can create seperate web sites now but when browsing them how can you distinguish them as a unique web address?
    Appreciate some help

    Where are you hosting them? On .Mac, the normal url for a given site, say SiteA, would be
    http://web.mac.com/username/iWeb/SiteA

  • I cant create new web-site

    hello,
    i downloaded some iWeb templates and installed them. they work so far.
    but since i added those templates i cant do several things:
    -i cant create a blank web-site
    -i cant create any web-site with my other user accounts
    i got 3 users on my mbp. only 1 user allows me to create new web-sites. if i log in with another user (i also tried to create a new user) then i only get a grey + in the lower left corner of my iWeb. grey means i cant click it.
    i deleted iweb preferences already. what else can i do to solve that?
    is it a good idea to delete iweb from aplication folder and install it again? is there a full installer?
    thx 4 any help, ichi

    Can you do this in some user accounts and not others, as the case for the original poster, or is this a problem across the board?
    If all the controls are greyed out, the easiest potential fix is to open iPhoto, select some pictures/and or an album there and click on the iWeb button at the bottom of the iPhoto window. This should "force" iWeb to create a photo page.
    It that doesn't work, you will need to try to download one of the iWeb upgrades. Which version of iWeb are you using?

Maybe you are looking for

  • Entitlement SignInWithCredentials call not coming from App

    We are putting together our DPS Enterprise solution. We have created a development viewer application including the Entitlement details. The app is installed on a few iPads and we have content that is viewable. So far, so good. We are using a custom

  • Connection Logic in SQL Developer?

    Can anyone explain the design of the connection handling in SQLDeveloper? You seem to get 2 sessions when you connect to the database ( maybe one for the browser and one for the worksheet ), and then one for every worksheet you launch afterwards, but

  • SOLAR_MIGRATION and logical components: what's the behaviour

    Hi All, We have a Solution Manager Dev box and want to transport the contents of our project to Prod using Solar_Migration. In dev we had created logical components. However, Basis team has already created same logical components in Prod it now seems

  • Delete an entail address from a G4. The auto fill feature

    Please tell me how to delete email addresses off a G4 after a synch when the Ipad had them deleted. I need them deleted asap. Support was very confused on how to do. I have even delete account and it still did not leave G4. Please help me. There has

  • Column Mismatch in .tdms File

    I am using an NI DAQ to read/record data from a motor test stand. I have attached the .vi and data file (in .xlsx from .tdms format). When saving directly to an Excel file (not attached) there are a couple thousand data points preceding the actual da