Multiple Websites - again

I can click on the icons on my desktop and open multiple websites and that's great, but how do I open multiple websites by first opening Safari from my Dock and typing in addresses?
Peter

hello, please install the search reset addon - it will revert the some common customizations (including the new-tab-page) in firefox back to the default: https://addons.mozilla.org/firefox/addon/searchreset/

Similar Messages

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • OSX Server 10.6.3 - (Multiple) Website hosting via Server Admin

    Has anyone else experienced/had this problem? I am posting this hear in hopes that someone else has experienced this as well and may know how to correct/resolve this problem.
    We currently have purchased a collaboration software I have installed and I am running via OSX. The files are stored in /Library/WebServer/Documents/collab. OSX comes with a default website built in at /Library/WebServer/Documents. I intend to install the collab website in anticipation of adding more sites in the future and possibly utilizing the default OSX web services as well. I have set up our internal DNS server to route collab.company.com to the internal ip address of our OSX server. The default OSX webpage is currently hosted on port 80, I am running our collab site on port 8x (we are already hosting websites on a different server on port 80, and the router can only forward port requests to a single ip address).
    With this configuration, if I enter the address of collab.company.com, I get the default OSX server running on port 80. If I enter collab.company.com/collab, I then get our collab website (on port 8x). Essentially I want collab.company.com to open the collab website, not the OSX website. What is odd is, it seems that if I uncheck the default OSX webpage in server admin and disable it, change the collab site to port 80 as a test and go to collab.company.com I get a failed connection that the site is down or doesn't exist, like it is offline. It seems almost as if OSX is completely shutting down the entire directory of /Library/WebServer/Documents which is where the collab website exits inside of (Documents/collab). If I re-enable the default OSX website, then both websites become live again.
    So I guess my question is, is there a different structure/architecture that should be followed to prevent this behaviour? If so, how do I get multiple websites installed and configured properly in server admin to respond to their appropriate dns requests. I also forgot to mention for my collab site entry in server admin I have the host name in the general tab as collab.company.com, as well as the alias collab.company.com, but when I enter collab.company.com I am getting the default OSX site.

    I agree, this seems to make sense in theory, but here is the result I am getting.
    I have my internal (not my osx server) dns server containing a host entry of collab.company.com = 192.168.1.xx. I have a virtual host entry in OSX in the aliases area (correct?) of collab.company.com for my collab site. However, whenever I enter the url in my browser of collab.company.com, I keep getting the default Mac OSX Server website page. I even put an alias in the OSX server site of mainpage to try and differenciate it, but it doesn't seem to take or matter.
    So once again, in theory I think "oh, just uncheck the enable button next to the default OSX website", I uncheck it, and then both of my websites are offline, or appear to be? For my collab site, the link redirects, but I get the error page.
    Safari:
    Not Found
    The requested URL /collab/public/index.php was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.14 (Unix) PHP/5.3.1 Server at collab.company.com Port 80
    Google Chrome:
    Oops! This link appears to be broken.
    Thing is, I even changed my collab site to be running on port 80 as well as a test. I check enable for my osx default page, and they are both back online. If I change the default osx sites port to say 87 or something, and leave the collab at 80, I then get the same bad request messages etc. If I put the osx site back to port 80, they both work.

  • Multiple websites on multiple user accounts. Want all websites in one user

    I have multiple websites in multiple user accounts. At the time I started this way iWeb 08' didn't allow more then one website per user.
    I now have three limited user accounts with three iweb sites. One in each account. I'd like to move two of them to the main user account and have all three available to me in the user account I call mine. Is this possible with iWeb 09'? i can, by hand, recreate them in the main account, but I'd like an easier solution.
    I am hoping it is possible to combine the files from each "Domain.sites" and make one magical come together with each site in place.
    Thanks Everyone

    Move all of the Domain.sites2 files to one user account and rename them to represent the site inside, i.e. Myfirstsite.sites2, Mysecondsite.sites2, etc. Put them all in your User/Library/Application Support/iWeb folder.
    Using the application suggested by Wyodor merge the sites into a new domain file. You can only merge 2 sites at a time so you'll have to do 2, then select that new one and merge with a 3rd file, etc.
    Click to view full size
    New domain files are created by the merge process so your original domain files will be untouched.
    OR, you can leave the domain files as they are, named individually, and use iWebSites to choose and open the site you want to work on and publish. I manage multiple sites with iWebSites:
    This way the domain files loads more quickly and if there's a problem only one site is affected.
    OT
    Click to view full size

  • Multiple Websites using iWeb

    I currently created one website through iweb. www.michelemcloughlin.com
    I now want to create multiple websites for clients, friends etc. Is it possible to do this? I have iLife 08, what would be the best way to do this?
    help!!!

    MicheleMc08 wrote:
    Do you think its easier to buy ilife 09 and not need to go through this process of individual folders?
    Michele ~ I think it's better to keep sites for different clients and friends each in their own iWeb Domain file — but that's just a personal opinion and others may differ.
    Also, I have a mac account, if I were to design another website for a client do they need to buy hosting as well in addition to their domain name?
    As above, I think it's better for clients and friends each to have their own hosting and domain name — although it's not necessary. Perhaps it wouldn't be inconvenient for you to have a close friend's site hosted on your MobileMe account. Also, there are some restrictions regarding setting up multiple domain names to a single MobileMe account — read more here:
    http://iwebfaq.org/site/iWeb_Domains.html
    With iLife 09 is the back up necessary.
    Backups are always necessary — your Mac's internal HD could crash at any moment. Do you have a plan for when that happens? ...There are only two types of HD: Those that have crashed and those that haven't — yet:
    http://www.shirt-pocket.com/SuperDuper
    http://www.bombich.com/software/ccc.html
    http://www.corecode.at/smartreporter
    This back up.. can I copy this domain file and put it on an external hard drive?
    Yes.

  • Is there a way to open a new window with one site when the home setting on Firefox has multiple websites?

    While working in Firefox is there a way to open a new window with one site when the home setting on Firefox has multiple websites?

    I guess I'm not explaining myself fully. I have a home page designation in firefox preferences that starts firefox up with 5 sites. that pretty fills up my screen with tabs.
    At some point I want to initiate another WINDOW in firefox (NOT a tab). I would like to be able to open up a window that ONLY has ONE tab, or as if there were only one site designated as the home page. This gives me a workspace that has my most useful sites available in tabs in one window, and also another WINDOW that I can move around in and even create more tabs without messing up my primary set of TABS (in my primary window). I see how this might not be doable without doing what I do now, which is open up a new window, and then close tabs until the new window just has one tab for me to work from.

  • Open multiple websites in one window

    I would like to open multiple websites in one window with multiple tabs using VBA in Excel.  My present code opens each website in a separate window.
    Sub Weather()
    ' Look at weather websites
        Dim URL As String
        Dim ie As Object
        URL = "http://cleardarksky.com/c/AnaheimCAkey.html?1"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.goes.noaa.gov/GSSLOOPS/wcir.html"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.weather.com/weather/hourbyhour/l/92886:4:US"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=92886"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
    End Sub

    Hi,
    It depends on your popup blocker (built-in or Addon toolbar), tabbed browser settings and IE security settings.
    See general tab of Internet Options, Tabs button.
    you can specify a target parameter in the navigate method to reuse the one IE window and open each site in a new tab (depending on your settings above).
    window.navigate method
    Regards.
    Rob^_^

  • Side server include coding problem with multiple websites

    How can I use an address bar across multiple websites?
    When I access my web sites all the sites are in separate folders in the account, ie site1 folder, site2 folder etc.
    I placed the following code on a page in site2 <!--#include virtual="/NavigationBar.shtm" -->
    NavigationBar.shtm is in site1 folder which i think is referred to as the root folder.
    When I tested the code in a page in site1 it worked but when I tested it in a page located in site2 the following shows up where I want the navigation bar: [an error occurred while processing this directive]
    Is it possible for me to have a single ssi page in one location and have it apply to more than 20 websites all in separate folders?
    If it is possible, what code do I need to insert into a page that is not in the folder that has the ssi page?
    The test page that worked properly is http://gigharborrealestate.com/testssi.html
    The test page that failed is http://gigharborwashington.com/testssi.html
    One other question: The successful page online has all the code of the navigation bar file while locally it has <!--#include virtual="/NavigationBar.shtm" --> Should the page online show all the code instead of <!--#include virtual="/NavigationBar.shtm" -->?

    Hi Mike:
    I uploaded this file to the root of a domain named fearlessselling.net
    Here is its code which contains a call to an include file hosted on a DIFFERENT domain: workandpartners.com
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    <table>
    <!--start FOOTER-->
    <?php require_once("http://www.workandpartners.com/footer.inc"); ?>
      <!--end FOOTER-->
    </body>
    </html>
    Click on http://www.fearlessselling.net/remoteSSI.php to see the display of the included text.

  • Deploy multiple websites under basic or standard account and charge individually as per site usage.

    Hello Everyone,
    I want to host multiple website under one basic/standard account and charge the individual clients as per their site usage, so my question are:
    Can I host multiple websites under one basic/standard account?
    How can I see billing for each client website or is there any way to check billing per website?
    Can I create co-administrator on the basis of websites so that he can manage only his website?
    Thanks, Dilip

    Hi Dilip,
    Thanks for your posting!
    I am not sure that I totally understand your question. From my understanding, I think you may want to charge the every websites separately by their usage. And the meaning of "host multiple websites under one basic/standard account" is that you
    want to host your multiple website on one basic/standard pricing tier.
    >>Can I host multiple websites under one basic/standard account?
    The answer is yes. Firstly, I recommend you refer to the pricing details (http://azure.microsoft.com/en-us/pricing/details/websites/). For each pricing tier, all of them have the
    description about the limit of website number. For basic and standard tier, they are no limit of website number. 
    >>How can I see billing for each client website or is there any way to check billing per website?
    Currently, Azure don't support this feature about check every website billing on one pricing tier. But Azure can show every websites usage about every metrics and the consuming information . You could check the usage on the new preview portal. And Azure
    billing item details, I suggest you can see this documents(http://azure.microsoft.com/en-us/support/understand-your-bill/). The billing item don't include every websites
    billing.
    >>Can I create co-administrator on the basis of websites so that he can manage only his website?
    Co-Administrator is users for your Azure subscription. They have the permission for all of your services and included websites service. If you want the user only can manage his website on Azure portal, the one approach is that you can create the new
    subscriptions for each users. They can use their subscription to manage their service. The other approach is that you can use the Azure VM . And you can add the permission for users. And your users can login on VM using RDP.
    Regards,
    Will
    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.

  • Created multiple websites with iwebsites, now need to save multiple domains

    I have created multiple websites with iwebsites on iweb 06, now I want to save these sites so in case there is any problems when I upgrade to 08. How do I do this?

    Hello Paul,
    You need to locate the Domain files for each website. You should find these under your account (the house icon in the finder)/Library/Application Support/iWeb.
    Vonz.

  • Organizing multiple websites created by iWeb

    I could do what I'm about to suggest via any text editor and some HTML code, but I'd like to aks the cognoscenti here about the feasibility of doing all of this entirely via iWeb.
    I have (will have more) multiple websites on the same theme. I would like to create a master web page which will access these other pages via objects attached to links that access them.
    Each website would be under its own directory structure. The main page would have the familiar index.html >> home.html, utilizing my domain name's link to index.html. However, in the various directories, each index.html produced by iWeb would be removed as it appears redundant if the linkage to a domain name is not required. The links in the master web page would call home.html in each of the sub-directories. Only the master web page would link to the domain name via index.html.
    Sound reasonable?

    Hi Rusty Rat
    My first site in iWeb is called
    Alaskadream (It is the welcome page)
    I have 4 more sites in iWeb called
    -ita (italian version)
    -de (german version)
    -en (english version)
    -fr (french version)
    So a site for each language
    Total 5 sites (all displaying in iWeb).
    when you get to my website entering the url http://www.alyeska.altervista.org/ you get redirected to the first page. This page is an index page (master) like you want to build it as far as I understand. So from there you choose which language (thus which site) you want to visit. I skipped the index file of the other sites (link to 'One of my pages' and 'FirstPageOfTheSite') so it's getting directly into the site. All done within iWeb. No need for any html editor.
    Regards,
    Cédric

  • Coldfusion 9 Standard w/Multiple Websites and Rackspace

    Can I host multiple websites (i.e., with unique IP addresses) on 1 install of CF9 Standard?
    I plan to purchase CF9 standard and install it on a Rackspace Cloud Server.
    I have about 5 websites I want to port over from a shared hosting environment.
    Thanks In Advance,
    BlueSpoon

    Josh, Carl, and Adam,
    Thanks for trying to answer my question.
    My question boils down to this: Can I host multiple websites (i.e., each with their own unique IP addresses) on 1 install of CF9 Standard on a single Cloud Site?
    According to Carl, this can be configured in IIS so I believe the technical issue is resolved.  So my next issue is if this would be ok with Adobe? Would I be breaking their licensing terms by having 5 (or even 20) sites using 1 install of CF9 Standard on a single cloud site?
    My question arrose b/c reading this: http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_ue.pdf . I interpreted this as multiple sites can only be done wiith CF 9 Enterprise edition.
    Thanks in advance for the advice.
    Bluespoon
    Slighty Off Topic But Relevant:
    @Josh.. Not sure if you're an Adobe employee, but my questions are valid and legitimate pre-sales questions. I'm just an individual not a large corporation. So before I plunk down $2,000 for CF9,  I need to know if I can legally (and technically) host multiple websites on 1 CF9 Standard license. I'm sure Adobe can afford to hire at least 2 guys to answer questions from budding entrepreneurs and small busineses. At the very least it's good customer service. Even Cisco has a dedicated support team for small business. It's ridiculous that I can't even speak (or even email) someone at Adobe to get at least "yes" or "no" answer.
    Individual developers are the lifeblood of coldfusion. If it weren't for guys like Charlie Arehart, Dan Vega, Ray Camden, Ben Nadel, etc I assure you that the CF developer community would be much smaller. Last I checked, Univeristy of Wisconsin has not posted any CF tutorials or trips and tricks.
    I've been a Coldfusion fan since 2005. And I've been familiar with it since 1998 while doing contract work with the Fed. So it's like a smack in the face that I am ignored once I'm ready to take the financial risk and pay $2,000 for my own copy of their server software. Developers have other options. Ignoring the devloper base is not the way to go. And that plain sucks. Adobe has really disppointed me. They've let me down.

  • HT1677 How to view multiple websites on safari

    How can I view multiple websites (tabs) on safari?

    You can read King Penguins post for where the updating instructions can be found. You might want to read about the new features in iOS 5 as well so that you know what else you are getting into with this update.
    Ironically enoughy, many users were angry and disappointed about the new tabs in Safari, but yet you seem to want to use tabbed browsing. Be aware that the new Music App is decidedly different than the old iPod as well. No song lyrics, and some other features are no longer available in the music app either.
    I love most of the features of iOS 5, but you should take a look at what is in store for you if you update.
    http://www.apple.com/ios/

  • Multiple Websites or virtual directories in IIS

    Hi,
    I am kind of confused by the doc:
    http://e-docs.bea.com/wls/docs70/plugins/isapi.html#109058
    multiple Websites and virtual directories are totally different things.
    I am assuming here is talking about the virtual directory. But when I tried to follow the steps to set the Application Protection (last step) I got a popup warning says:
    COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator.
    what's that mean? how can I set it?
    Thanks

    Hi Teser,
    I'm glad you wrote this post, because I've been struggling with this beast for the better part of a day now. I find the documentation to be misleading, confusing and poorly written.
    I hope that someone can enlighten regarding this one, 'cause I am getting the same error. In the meantime I am trying to find out the meaning of this message and will post it if I find it.
    Regards

  • Creating Multiple Websites

    I want to create multiple websites which appears possible with iWeb but how will I visit the ones that aren't my primary site once they are published? Thanks.

    The other sites will have a unique URL once they are published. When you do publish you'll get a window with the option to announce the site via email and it will have the URL.
    I handle multiple sites by using iWebSites to create and manage separate domain.sites files for each of the sites. Like before, each of the sites will then have a unique URL address that I use.
    I've found that it's easier to do editing on several sites and then be able to just publish the one I want this way.
    Do you Twango?

Maybe you are looking for

  • What is the best way to get CD quality audio in a video with fcpx.

    I've been using fcpx to do everything for my videos, but the sound was...below par especially for what I want to do. I'm looking for the most efficient way of doing thing. I've been trying to record the audio into garageband, edit the sound in there,

  • Preview starts but won't display pdfs

    Hi, my macbook with 10.5.2 will not let me open pdfs using Preview while logged in as myself. Preview will start and display its buttons but not display the file. Other users on the same mac can do. I suspect one of the prefs. Deleting com.apple.prev

  • Reverse the Stock in transit

    Hi all , I have a material as stock in transit - long back ( using Mvt type 641).I dont have previous history for that stock ( delivery, document etc ) .So every time it is showing as Material in transit in Material master but it is not coming in MB5

  • Select and update leave request data - oracle !!

    Dears, We have a very important presentation here to one of our stakeholders and he is interested to see how to submit and update leave requests using Adobe LiveCycle Workspace. I have a simple PDF form where the user can choose to submit new leave o

  • -24988 DBM -4008,Unknown user name/password combination

    Hello, I am not able to connect Whit database Manager Gui 7.6 with the standard user and password, (control,control e.g). The Database Manager Client show the follow error: -24988 DBM -4008,Unknown user name/password combination but from the dbhost w