Page 1 of 1

[Solved] Templates/CSS shows up only on servers browser

Posted: Tue Sep 25, 2007 5:33 pm
by WarMace
I just set up a virtural server running Win2003 + XAMPP + CMSMS version 1.1.3.1

The CMSMS default page shows up normal when using the browser on the server but when any remote PC views the site all they get is the plain black on white text with no CSS formatting.

Is there any tests I can do to figure out where the Style Sheets are being stopped?

Any help is greatly appreciated!


Thank you,

Mike B.

Re: Templates/CSS shows up only on servers browser

Posted: Tue Sep 25, 2007 5:58 pm
by truslack
I think the problem lies with your config.php file.

Edit the line that says: "$config['root_url'] = 'http://localhost';" and replace it with your servers external IP address, or domain name.

Re: Templates/CSS shows up only on servers browser

Posted: Tue Sep 25, 2007 6:07 pm
by WarMace
That did it THANK YOU!

One last question, is there somewhere in the install steps where I missed a instruction that would have prevented this?

Re: [Solved] Templates/CSS shows up only on servers browser

Posted: Tue Sep 25, 2007 6:20 pm
by truslack
Not sure, there could have been, but I change mine every few minutes to test from an external computer (I have a test server running on my development machine)