Results 1 to 3 of 3

Thread: Setup SugarCRM as a sub-domain

  1. #1
    chacko is offline Member
    Join Date
    Feb 2007
    Posts
    7

    Question Setup SugarCRM as a sub-domain

    Hello,

    I am very new to Sugar CRM and we are in the process of evaluating Sugar CRM. I have installed Sugar CRM using the "Bitrock Windows Installer 4.5.1" installation package.

    I was able to successfully install Sugar CRM and setup users. Currently, I have the application running on www.mydomain.com:8080/sugarcrm. I was wondering if there is a way for me to configure Sugar to run on a sub-domain instead of hanging from the top-level domain. I am not very familiar with Apache. So, I am basically looking at being able to run Sugar from something like sugarcrm.mydomain.com.

    Can someone point me in the right direction or direct me to some documentation that I can refer to set this up?

    Operating System: Windows 2003 Server
    Sugar Suite Version: 4.5.1 (Build 1197)

    Thanks in advance,
    Chacko.

  2. #2
    amymicheals is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    15

    Default Re: Setup SugarCRM as a sub-domain

    Hi,

    Is there anyway for you to create that subdoamin from windows server. usually you can create that from your website control panel. Then when you have that subdomain created, you should install the sugar package there. Try searching subdomain in the windows server help area or you can google how to setup a subdomain with windows server.


    Amy

  3. #3
    chacko is offline Member
    Join Date
    Feb 2007
    Posts
    7

    Default Re: Setup SugarCRM as a sub-domain

    Well Amy, I did some more research on this and was able to come up with a solution. Here is what I did.

    1. Just like setting up a sub-domain in IIS, the first step would be to create a DNS entry in the top-level domain registration for the sub-domain name. You will need to create an 'A' record or a 'CNAME' record depending on your situation. Refer to a link at the end of this post for more information. Also, keep in mind that you will need to give this DNS entry some time to propogate. Your domain registrant control panel might say that it will take upto 48 hours to propogate. However, if your top-level domain is a .COM, it would propogate in a few hours.

    2. The next step is to setup this new sub-domain in Apache. You basically need to edit \apache2\conf\httpd.conf file and add the entry for "VirtualHost" for this sub-domain.

    Here is a useful link I fould that explains the process.

    http://content.websitegear.com/artic...main_setup.htm

    The last section in the article above explains how to edit the httpd.conf to add a sub-domain. So, my version of httpd.conf file looks like this.

    NameVirtualHost *:8080
    <VirtualHost *:8080>
    DocumentRoot "d:/Program Files/sugarcrm-4.5.1/htdocs"
    ServerName sugarcrm.mydomain.com
    </VirtualHost>

    Once this was setup, I was able to get to the Sugar using http://sugarcrm.mydomain.com:8080

    Hope this helps.

    Chacko.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Enable Logging
    By vidtechsteve in forum Help
    Replies: 12
    Last Post: 2009-11-09, 02:54 PM
  2. Replies: 11
    Last Post: 2006-10-26, 01:13 PM
  3. Replies: 61
    Last Post: 2006-10-22, 08:40 AM
  4. Merge Contacts show sql error
    By hheckner in forum General Discussion
    Replies: 5
    Last Post: 2006-10-04, 01:57 PM
  5. Replies: 16
    Last Post: 2006-07-29, 07:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •