Feng Forum

Support => How To's => : frantic912 June 30, 2011, 01:16:51 PM

: Domain Problem
: frantic912 June 30, 2011, 01:16:51 PM
hello, i have problem with my opengoo....i already install the latest opengoo on my private server which already have Domain (ex : mydomain.net.my)...i test running (localhost/opengoo) and it works...all function

i test from another pc using domain (ex : mydomain.net.my/opengoo), it not work...it stated there "installation error : must have PHP5 bla bla bla...."..my php already ver. 5.3.0...if i running another web app from same server (ex : mydomain.net.my/myapp) it still working..

if i change that domain to ip address (ex : 10.45.23.56/opengoo) , opengoo running normal...

the problem now how to declare domain on that opengoo because other system running normal when using domain...??

pls someone help me.... ???
: Re: Domain Problem
: BoogieElAceitoso July 01, 2011, 01:10:46 AM
Hi,

I am not sure I understand your problem correctly (and I am still a Feng noobie), but maybe this helps:

Make sure you are using the same value in you url and in you config file (in Feng´s config directory).
What I mean is if you are accessing "http:://mydomain.net.my/opengoo" from your remote hosts you might need to replace "localhost" with "mydomain.net.my" in the config.php file located in Feng´s "config/" directory.

Also, depending on your overall network set up (i.e. no local DNS server), you *might* need to add an entry in your clients' "hosts" file to point the domain you are using to your server´s IP.
Such an entry would look like this...

10.45.23.56       mydomain.net.my

Assuming your clients are running Windows 32 bits you will find the hosts file in "C.\windows\system32\drivers\etc\hosts"

Hope this helps

Boogie
: Re: Domain Problem
: frantic912 July 05, 2011, 10:11:38 PM
thanks..that really help....my problem solve...thanks mate...
: Re: Domain Problem
: BoogieElAceitoso July 08, 2011, 07:58:36 PM
Glad ir helped  ;)