Content Management in Sub-Domain vs Primary Domain

I have created a sub-domain (abc.ourURL.com) for one of our
sites (www.ourURL.com). If I make any changes to the primary site,
it is carried through to the sub-domain, and visa versa. Is there a
way to stop this from happening and put a "wall" between the
changes made on one versus the other. If not, we are going to be
forced to move to Joomla.

Have you created a seperate connection to both urls?
Normally it's possible to create seperate connections on one
domain in Contribute, but I only have experience with situations
like this:
site (connection) 1: www.domain.com/
site (connection) 2: www.domain.com/site2/
site (connection) 3: www.domain.com/site3/
I all situations the ftp information only differs in the url
you connect to. The contact info (ftp) is the same at all sites.
I think you should try to set up something like this (or did
you already try that?):
site (connection) 1:
http://www.ourURL.com/
site (connection) 2:
http://abc.ourURL.com/

Similar Messages

  • Content Management - What exactly is a primary property

    Dear all,
    Can anybody tells me what exactly is a primary property in portal content
    management?
    Regards,
    Orion

    Orion,
    The content model does not distinguish between content and meta-content as many
    cm systems do - a node just contains properties. The primary property is there
    to distinguish what on the node is the actual content. More specifically, if you
    use ShowBinaryServlet or GetPropertyTag, they display the property that is marked
    as the primary property.
    Regards,
    James
    "Orion Yiu" <[email protected]> wrote:
    Dear all,
    Can anybody tells me what exactly is a primary property in portal content
    management?
    Regards,
    Orion

  • Accessing same Content Management Repository from Multiple Domains

    I'm attempting to point many different domains to a single content management repository to avoid the duplication of data.
    All the domains are able to read content correctly, but when trying to create content (whether programmatically or through the admin tool), most of the domains will get this error:
    java.sql.SQLException: ORA-00001: unique constraint (SCHEMA_NAME.PK_CM_NODE) violated
    Since there's no sequence generated in the database, it appears that the primary key is defined by something in the portal code. This seems to imply that you can't have multiple domains pointing to the same repository. Can someone confirm that they've seen this work? And if you've gotten it to work, what I am doing wrong?
    Thanks for any help,
    Dan Turkenkopf

    This particular issue is inherent to the OOTB repository in WLP. The repository uses a sequencer to generate id's for created content. The way these ID's are generated causes the possibility of two applications attempting to create items with the same ID. This is due to the fact that the WLP repository manages the ID's used when creating content and doesn't currently use a GUID strategy for content id's.
    You could configure another repository which does ID generation in a different fashion and avoid the persistence problem I've described.
    The VCR layer which provides the access to the OOTB repository really only has the cache issue I described. This can be worked around with some custom event listener implementations that can manage stales caches. These would need to be aware of the other applications sharing the underlying content repository.
    -Ryan

  • What is the best practice way of stopping a sub-domain from being indexed?

    Hi there
    I notice that a client site is being indexed as both xxx.com.au [their primary domain] as well as xxx.PARTNERDOMAIN.com.au.
    I have Googled quite a bit on the subject and have browsed the forums, but can't seem to find any specific best practice approach to only having the primary domain indexed.
    One method that seems to be the most recommended is having a second robots.txt site for the sub-domain xxx.PARTNERDOMAIN.com.au with Disallow: /
    Does anyone have a definitive recommendation?
    Many thanks
    Gavin

    Sorry I assumed they were two different sites, they are the same "content" just two different URLs?
    Canonical links will help but it wont stop or remove you being indexed it only adds higher index weight to the Canonical linked URL. Plus only search engines that support that meta tag will work.
    You essentially need two robots.txt to do this effectively or add the META TAG if you can split the sites somehow.
    There is a more complex way, you could host the second domain somewhere else, use htaccess or similar to do a reverse proxy to the main site to pull the contents in realtime, all except the robots.txt file. This way you could have two sites with only 1 to update but still have two robots.txt's
    http://en.wikipedia.org/wiki/Reverse_proxy
    I've done this for a few sites, you are essentially adding a middle man, it will be a tad slower depending on how far the two servers are apart, but it is like having a cname domain but with total control.

  • Externally Hosted DNS - How do I set up my 2003 DNS server for sub domain to point to internal IP address??

    I have a domain name(domain.com) DNS hosted at my ISP. I also have 3 sub domains DNS hosted at the same ISP pointing to various external ip addresses (mail.domain.com, vpn.domain.com and ts.domain.com). We want to set up sales.domain.com to point to an
    internal 10. IP address. We have AD integrated DNS servers for our 2003 AD domain. The AD domain name is totally different than the hosted domain name in question. I currently edit the host file for a couple of PC's but this isnt practical company wide so
    I want to add entries on our internal AD DNS servers to resolve the locally hosted site. If i recall, someone once told me that you cannot just put an A record for one sub domain, I would have to have entries on my 2003 DNS server to resolve anything related
    to the domain.com name. Is this accurate? If so, what is the proper way to configure my 2003 AD DNS server to resolve anything domain.com related for my internal users while still allowing my ISP to do the DNS lookup for the internet.

    On my 2003 AD integrated DNS server...i rightclick forward lookup zone and choose...new zone..primary zone (store zone in AD checkbox checked)..i chose to all DNS servers in the AD domain for replication...zone name sales.domain.com....allow secure updates
    option....then i added an A record in that zone...sales.domain.com..pointed that towards my internal 10. IP address...is this correct? It seems to be working correctly for the sales.domain.com DNS record...and i tested the other sub domains...and those look
    like they are going to my ISP for DNS resolution...
    Is this the correct procedure? I did this on a test AD domain and not my production...i want to make sure i dont break everything under the domain.com by incorrectly adding 1 sub domain..

  • Active Directory : Replication Issue - "Disconnected" sub-domain from the Forest

    Hello everyone,
    I'm managing a multi-domain forest (with 7 sub-domain).  All are working fine except for one.  Throught repadmin (Repadmin /replsum /bysrc /bydest /sort:delta), I noticed I got both domain controllers of a subdomain (there are only 2 DCs in that
    subdomain), who hadn't replicated with the rest of the forest for more than 60 days.
    According to my research, it's usually recommended to Depromote and repromote the problematic DC to avoid the issue of lingering objects.  In this case, it's both DC of a sub-domain.  Of course, on the others DCs in the forest, I got the event
    ID 2012 "it has been too long since this machine last replicated with the named source machine....". 
     HKLM\System\CurrentControlSet\Services\NTDS\Parameters\Allow Replication With Divergent and Corrupt Partner
    to a value of 1. 
    As I understand it, this may cause lingering objects to appear (they can be removed with repadmin /removelingeringobjects command with the DSA GUID, naming context, etc..).  So far, I haven't used that registry key yet because of the associated risks.
    I didn't noticed any other issue so far.  Users in the problematic sub-domain are fine, and the problematic sub-domain seems to be able to pull replication data from the others DCs in the forests. (at least, I'm not getting any error in the A.D. Sites
    and Services)
    I added two new DCs for the affected sub-domains, so the number of DCs for that domain went from 2 to 4 DCs.  The two old DCs that hadn't replicated for 60 days are windows Server 2003 and the two new DCs are Server 2008 R2. 
    Unfortunately (and I was half expecting this, but did it anyway since I must eventually replace the old DCs), that didn't solve my issue, since the rest of the forest "doesn't see" the two new DCs of the sub-domain.  By that, I mean that I
    cannot add an Active Directory Domain Services Connection in Sites & Services console (from a DC in another domain of the forest or even the root domain).  I see all the DCs, including the two old DCs that are server 2003, but not the new ones. 
    I believe it's because the others DCs doesn't pull/replicate the information from the old DCs anymore, so they aren't "aware" of the two new DCs for that problematic sub-domain.
    I was wondering what is the best course of action. Is it worthwhilte to use the registry key force replication with the old DCs ?  (and hopefully, the new DCs will get their AD Services connection/replication vector created, so I can depromote
    the old DCs.
    Since the Old DCs from the problematic sub-domain seems to be able to pull the replication from the rest of the forest, does the risk of Lingering object isn't that great ?
    Or is it too risky and I must create a new sub-domain and migrate one way or another the users ? (which would be time-consuming)
    Thanks in advance,
    Adam

    Thanks for the reply.  One of the link had another link to a good article about the use of repadmin :
    So, I ran the command "repadmin /removinglingerobjects " on one of the problematic DCs ().
    For clarity purpose, let's say I used the domain :
    domain = main domain
    subdomain = the domain whose DC are problematic (all of them).
    AnotherSubDomain = Just another subdomain I used as a "reference" DC to cleanup the appropriate partition.
    Command (the DSA guid is from a DC "clean" in another domain)
    repadmin /removelingeringobjects adrec01.mysubdomain.domain.ca C4081E00-921A-480D-9FDE-C4C34F96E7AC dc=ANOTHERsubdomain,dc=domain,dc=ca /advisory_mode
    I got the following message in the event viewer :
    Active Directory Domain Services has completed the verification of lingering objects on the local domain controller in advisory mode. All objects on this domain controller have had their existence verified on the following source domain controller.
    Source domain controller:
    c4081e00-921a-480d-9fde-c4c34f96e7ac._msdcs.mydomain.ca
    Number of objects examined and verified:
    0
    Objects that have been deleted and garbage collected on the source domain controller yet still exist on this domain controller have been listed in past event log entries. To permanently delete the lingering objects, restart this procedure without using the
    advisory mode option.
    How should I interpret the message "number of objects examined and verified 0".  Does it mean it just didn't find any object to compare ? (which would be odd IMHO)  Or there is another problem ?
    Thanks in advance,
    Adam

  • How to redirect a sub domain to a specific page in Sharepoint Online

    Hi, 
      My Organisation has a O365 account, and hoisted the public website on it, now user requests to have a friendly url for a specific page on the public website.  I've added a sub domain on O365.  but i cant find ways to redirect this domain
    to the page.  How can i do so? 

    Hi,
    If you need to redirect the sub domain to a specific page in SharePoint Online, you need to rename the Public Website with the sub domain.
    Then configure the friendly URL for the page in the Public Website.
    http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/upgrade-your-public-website-HA102801184.aspx?CTT=5&origin=HA102828142#_Step_5_%E2%80%93
    Or you can use the managed metadata navigation for the Public Web site and configure the friendly URL for the page.
    http://jeffkelly.com/2014/05/office-365-public-website-what-no-managed-metadata-mms-navigation/
    In the meanwhile, you can post your question to the forum for Office 365: http://community.office365.com/en-us/f/default.aspx.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • 2 domain, each with 2 way transitive truts, with sub domains pointing to the same DNS server (how should forward and reserver look zone be configured)

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.
    Make each domain controller as a DNS server too. Reverse lookup zones & forwarders are not replicated automatically. You can create AD-Integrated reverse lookup zone & set the replication scope.
    You can create AD-Integrated DNS zones in the parent/root domain, set the replication scope to the forest-wide & delegate the zones for handling request locally. Once you create AD-Integrated DNS zone & set the replication scope forest wide, all
    the zones will appear automatically in each domain's DNS server.
    http://awinish.wordpress.com/2011/04/09/configuring-dns-in-child-domain/
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • I cannot access the sharefolder in W2008R2 in sub-domain.

    We cannot access the network shareholder in W2008R2 DC of the sub-domain.
    Our scenario is as follows:
    The main-domain(AAA.com) has two DCs (W2008R2+W2003R2).
    The sub-domain(BBB.AAA.com) has two DCs(W2008R2+W2003R2).
    There is trust relation between AAA.com and BBB.AAA.com.
    There are network sharefolders in both W2008R2 and W2003R2 of domain BBB.AAA.com.
    Those sharefolders gave access rights to the users in domain AAA.com.
    The domain users in AAA.com can access W2003R2 of BBB.AAA.com but cannot access W2008R2 with the error message “no access right”.
    The domain users in BBB.AAA.com can access both DCs in BBB.AAA.com.
    Presumably there is something wrong with W2008R2 of BBB.AAA.com.
    Please guide to manage this issue.
    Thanks a lot in advance!

    Thanks for your reply.
    *Access rights*
    I have made the screen copy.
    How can I post it?
    I am not allowed to use our Webserver.
    I try to describe the screens.
    Sharing:
    Administrator
         Read/Write
    Administrator     
    Read/Write
    Administrators    
    Owner
    Group A             
    Read/Write
    Group B             
    Read/Write.
    Security:
    Group B (AAA\GroupB)   
               FullControl
    Group A (AAA\GroupA)   
               FullControl
    Administrator            
    FullControl
    Administrator            
    FullControl
    Administrators (BBB\Administrators)
      FullControl.
    Two administrators are on the list.
    One is Administrator of domain AAA.com
    The other one is administrator of domain BBB.AAA.com
    *Search suffix*
    DCs and the member server have the search suffix AAA.com.
    Thanks for your help in advance.
    Best regards

  • System Management in Child Domain

    Hi
    I have a forest with 2 domains (A and B) my SCCM 2012 R2 with SQL 2012 installed in root domain (Domain A), i installed a MP and DP in child domain.
    when i go in Active Directory in root domain, System Management , i view my MP and DP in root domain and view the server MP child domain.
    If i go to Active Directory in child domain, System Management, NOT view MP ?i delegate a permission with server i root domain?
    My question: It's normal to not view MP in System Management in child domain?
    Thanks 

    Yes. Clients use the global catalog for initial MP discovery so there's no need to publish anything to the child domain specifically.
    Is the child domain geographically separated from the primary?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Iweb and sub-domains - is this an example?

    I am trying to build 1 web site that will have 4 subsections. For example, I will have a family site example - www.jones.com.
    Then each person will have their own sub page - www.jones.com/bob, www.jones.com/mary, etc.
    With in sub site, there will be pages called photos, movies, blog, etc. - but the same for all
    How can I do this in iWeb? I have all the child sites built but want to upload it to a hosting company (godaddy but use .mac) Is this an example of a sub-domain? What is the best way to lay this out and is iweb capable of doing this?
    Thanks in advance
    jf

    so if my URL is this: www.jones.com, I want to have a site:
    www.jones.com/randompictures
    There are two ways to accomplish what you are asking...one involves subdomains, one does not.
    Putting the issue of subdomains aside for the moment, let me illustrate what you are doing currently...
    You have a domain name: http://www.jones.com
    And you have set it to forward to: http://web.mac.com/username/iWeb/ (this is what you will need to do to get this method to work right)
    So everyone who types http://www.jones.com will get forwarded to http://web.mac.com/username/iWeb/publicsitename/pagename.html (this is your default publicly available site)
    If you want a site that only certain people can get to if they know the specific address, like http://www.jones.com/randompictures , then all you have to do is to create a separate (new) site in iWeb called "randompictures" and upload that along with your public site.
    The real web address for this site will be:
    http://web.mac.com/username/iWeb/randompictures/pagename.html
    But since your domain name is mapped (forwarded) to the underlined portion, the visitors to this site would only have to type:
    http://www.jones.com/randompictures
    Does this make sense? This is probably the easiest way to do what you are wanting to do. It involves making the second private site in addition to your regular site that everyone can get to by typing http://www.jones.com . It does not involve using subdomains.
    Subdomains can be used to provide the same kind of functionality, though. To explain, let me first dissect out a URL and tell you exactly what a subdomain is...
    http://www.jones.com/randompictures/index.html
    Looking at this URL, here are the parts...
    http://- this tells the browser to look for and HTML file
    www- this is the name of the subdomain
    jones- this is the name of the domain (domain name)
    com- this is the top level domain (TLD)
    randompictures- this is a subdirectory (think: folder)
    index.html- this is the name of the HTML file that is displayed
    So you see, the subdomain is like a subsection of the main domain name... and oftentimes it is assumed to be "www" and typing in http://jones.com usually will resolve the "www" subdomain automatically.
    A subdomain, like your domain name, can be forwarded to any other URL, just as you have forwarded your domain name to your iWeb URL. Therefore, an alternate solution to your wishes can go like this...
    You have two separate sites made and uploaded with iWeb: publicsite (default) and randompictures
    Your domain name is forwarded to your short iWeb URL http://web.mac.com/username , which automatically resolves to your default "publicsite" homepage.
    Now you setup a subdomain at GoDaddy called "randompictures". You can then setup this subdomain to forward to http://web.mac.com/username/iWeb/randompictures/ which will lead to your private iWeb site. People "in the know" would access this private site by typing:
    http://randompictures.jones.com
    That's your subdomain at work! This method is slightly less easy than the first, but works just as well.
    Here's what I do to get to the subdomain configuration page:
    1. Go to http://www.godaddy.com
    2. Login under "My Account" on the right side of the page
    3. Select "My Domain Names" under the green "Domains" dropdown menu on the left side of the page.
    4. Click directly on your domain name from the list provided
    5. Under the Account information section, you will see a box titled "Total DNS Control" and inside the box you will see a link called "Manage Subdomains".
    Let me know if you have any questions about any of this...

  • Using streamwork apis (set_data) in a sub domain

    When a Gravity item is created in a StreamWork Activity, we embed an IFrame in the item and point the source of the IFrame to a URL(https://www.gravity.streamwork.com/gravity?modelId=someModelId)  and there is no way we can use StreamWork Javascript APIs in the gravity domain. We cannot detect any changes to the Gravity content in the StreamWork Javascript files because the control is no longer in StreamWork domain.
    Gravity domain is a sub domain of StreamWork domain. Is there a way to access StreamWork APIs in the subdomain ?
    Regards
    Sreekanth

    Hi Sreekanth,
    I am not sure but Simon might have referred to using streamwork.io (https://streamwork.com/api/methods/Making_remote_requests.html).
    Regards,
      Rüdiger

  • Search Segregation - do I have to use a sub-domain and pay for a separate IP address?

    I've got a site that must keep the same domain but has two separate types of visitors (think customers and vendors) is creating a sub-domain and paying for a separate IP address the only way to completely segregate the search results (without going to private login features)?
    I really need to segregate the web content as both customers and vendors have similar questions but the content on their pages aren't helpful to each other. Currently my search results are heavy on Vendor content even when a it is a customer search topic.

    An iCloud email account is accessed with the iPhone's Mail app as an IMAP account. Contacts are synced with the Contacts app on your iPhone, calendar events are synced with the Calendar app, and notes are synced with the Notes app, etc.
    On your desktop, you can add a bookmark with your browser and/or add a webclip to your Desktop for the website if you plan on accessing the account via webmail, or the email account can be created/accessed as an IMAP account with an email client on your computer.

  • LDAP multidirectory with sub-domains

    Hi,
    i have some difficulties using LDAP COM object that comes with the IP phone Services SDK. I would like to search the whole AD, which has multiple subdomains. I would like to search the whole directory structure, with the base: DC=company, DC=country, without specifying any particular OU. However, the connection with this kind of directory base configuration fails (the COM object is not created), so i can not search the whole directory, only specific OUs. Is there any way to achieve searching the whole directory structure?
    Regards
    Marko

    Originally Posted by hwoess
    Hello to the commmunity!
    I have been done with our it-partners a DSfW-Setup. There are two OES2 Domain-Controllers which holds the "main-domain". Connected to this "main-domain" were two configured sub-domains (OES2, too). They have been setup virtually (VMWare). And there is the problem with our DSfW-Installation. If the VPN-tunnel (the sub-domains are connected through) is broken or I reboot the first "main-domain"-Controller, all the sub's didn't work. I mean, the don't reboot, but they have no "domain-functionality". I have seen, that the all the controllers make a (I guess) LDAP-connection to the first installed OES2 Domain-Controller. I don't know why. Is this normal? Can I change this?
    What I have to say is, that we connected to each (Sub-)Domain through a trust or a forrest a real MS AD. We put our workstations into the real AD and through the trust or forrest we get the users from eDir or DSfW.
    As I know no one has a construct like our company here in Austria, so nobody could help me. Maybe the community does!
    With kindest regards
    Hans-Christian Wssner
    Hi,
    When the VPN tunnel is broken or the first domain controller of the DSfW parent (first) domain is down, is the complete of eDirectory tree (all the partitions) still available (reachable)to the domain controllers of the DSfW sub-domains (child domains). You can place additional read-write replicas on the other DCs (for the partitions that are missing) if the complete eDirectory tree is not available when one of the above two conditions occur.
    Thanks,
    Praveen Kumar

  • Multiple Domain pointing to sub-domains on my local machine.

    Here what I am hoping to do:
    I have multiple sub-domains (only some listed below) setup on my local computer that I use to access local testing folders. I would like to also be able to access these domains from outside my network. Also I have an airport extreme which is forwarding http traffic to my Mac. (That works, I have tested it.) So far I have been able to get basic forwarding to my root sites folder to work, but not the sub-domains.
    How can I setup my system so that people can use different no-ip.com urls to get to different sub-domains or folders on my Mac?
    Below is my virtual hosts in apache, my /etc/host file and a my no-ip.com domain is: ***.serve**.com
    Thank you so much for all your help.
    -Alex
    [email protected]
    /etc/host:
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting. Do not change this entry.
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1 localhost
    127.0.0.1 gweather.akutech.local
    apache vhosts:
    ### Section 3: Virtual Hosts
    # VirtualHost: If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    # Please see the documentation at
    # <URL:<a class="jive-link-external-small" href="http://">http://httpd.apache.org/docs-2.0/vhosts/>
    # for further details before you try to setup virtual hosts.
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    #edit /etc/hosts add new servers sudo pico /etc/hosts
    # Use name-based virtual hosting.
    # NameVirtualHost *
    ### WebDAV Server
    Alias /dav/ "/Users/alexku/Sites/ TESTING/dav/"
    DAVLockDB davlocks/DAVLockDB
    <Directory "/Users/alexku/Sites/ TESTING/dav/">
    DAV On
    AuthName 'WebDAV'
    AuthType Basic
    AuthUserFile /Applications/MAMP/conf/apache/.htpasswd
    require valid-user
    Options -Indexes
    </Directory>
    ##AKUTECH HOSTS LOCAL
    NameVirtualHost *
    #MAIN
    <VirtualHost *>
    DocumentRoot "/Users/alexku/Sites/"
    ServerName localhost
    <Directory "/Users/alexku/Sites/">
    Order allow,deny
    Allow from all
    AllowOverride All
    Options All
    </Directory>
    </VirtualHost>
    #GORDON SCHOOL WEATHER
    <VirtualHost *>
    DocumentRoot "/Users/alexku/Sites/weather.gordonschool.org/"
    ServerName gweather.akutech.local
    <Directory "/Users/alexku/Sites/weather.gordonschool.org/">
    Order allow,deny
    Allow from all
    AllowOverride All
    Options All
    </Directory>
    </VirtualHost>
    p.s Sorry for the odd formating of the files.

    You cannot have multiple "<VirtualHost *>" directives. This indicates to apache that the following configuration is the default, and you can't have multiple defaults.
    The solution is to change this line to indicate which site you're configuring.
    For example:
    <VirtualHost some.site.com:80>
     # configuration for some.site.com here
    </VirtualHost>
    <VirtualHost other.site.com:80>
     # configuration for other.site.com here
    </VirtualHost>
    <VirtualHost *>
     # catch-all defaults for unknown sites
    </VirtualHost>

Maybe you are looking for

  • My calendar on my iPhone 5 no longer lets me add invitees. The option is gone. How can I get it back?

    The option to add invitees on my iPhone 5c calendar is gone. How can I get it back?

  • AFP Browsing / Transfer Speed

    We have a lot of remote workers connecting to our xserve through a domain name pointing to our network. I am wondering if there is anything we can do to improve the speed of browsing directories and transfer files? I don't know if it is the nature of

  • The Best Practices

    Hi All, We are building some reporting solution (POC) for the EBS kind of tables where we are having the Base and the TL tables. When a user logins in to the OBIEE the OBIEE session variable WEBLANGUAGE gives the code as 'en' for english and for the

  • Unable to start tomcat server

    hi, i want to develop simple application using servlets.i ve installed apache tomcat4.1 version.i ve compiled my servlet program successfully.but when i am trying to start tomcat server,it is showing some error.i ve set the callspath too. the error i

  • Edit Artwork Twice as Fast | Visual Design CS4 | Adobe TV

    Let Rufus Deuchler, Design Evangelist be your guide as he shows you how to manage edits across multiple files in a single project with the new multiple artboards feature in Illustrator CS4. http://adobe.ly/ykm1MB