Page 1 of 1

cannot fully load page locally.

Posted: Thu Aug 04, 2011 9:27 am
by Cloudbringer
hello!

as the topic says, i cannot acces the pages of my cmsms server locally. altho it loads correctly from outside my local home network,

it's a CentOS 5.5 server with xampp(from apachefriends.com)

the server got the ip:192.168.1.128(internal IP)
if i try to connect to the page i get
Image
same thing happens if i logon to the cmsms host and type "http://localhost", "http://127.0.0.1", "http://192.168.1.128"

anyone got any ideas? if you want a config file in code, just specify which and ill find it, censor it and then post it. :p

also i apologize if this post is in the wrong place.

/Cloud

Re: cannot fully load page locally.

Posted: Fri Aug 05, 2011 7:27 pm
by replytomk3
From what I believe, you cannot have CMSMS work with both a domain name, and by referencing to it as localhost, or direct IP.

As config.php stores the domain name and server path, I believe you can only access the installation by that domain name.

If you change config.php, then you would be able to access it as localhost, but not from a domain name.

Re: cannot fully load page locally.

Posted: Fri Aug 05, 2011 9:00 pm
by Wishbone
Check the stylesheet lines in the source. Make sure that that path exists relative to the computer that you're viewing it with. Often people install it with 'localhost' on the server, but when viewing it on another computer, localhost means something different.

Re: cannot fully load page locally.

Posted: Sat Aug 06, 2011 5:47 pm
by Cloudbringer
the only thing i could find regarding localhost was in config.php

$config['db_hostname'] = 'localhost'

should it be something else? the local ip or something ?

thank you for your responce =)