Results 1 to 2 of 2

Thread: change IP

  1. #1
    antoniokra is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    25

    Default change IP

    How do i can change the IP adress of my sugarcrm. Machine is in LAN but when i installed sugar i wrote 127.0.0.1 how i can change it so the other host can access to sugar via browser?

    thanks

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: change IP

    First is your web server accessible on other machines. You may need to configure the web server to allow access on the network at large. Configuring you web server and network require system administration experience. For Sugar you will have to edit config.php and look for something like:
    Code:
    'site_url' => 'http://your.domain.com/SugarCRM',
    and change it to your new domain or IP:
    Code:
    'site_url' => 'http://new.domain.com/SugarCRM',
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2009-03-09, 09:22 AM
  2. How to change current_user system wide
    By ElChef in forum Developer Help
    Replies: 0
    Last Post: 2006-06-17, 10:47 AM
  3. Replies: 0
    Last Post: 2006-06-10, 04:09 PM
  4. Replies: 1
    Last Post: 2006-05-19, 05:34 AM
  5. Retrict Access by IP Address
    By scliburn in forum Developer Help
    Replies: 0
    Last Post: 2005-11-21, 09:55 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
  •